NavigationMeshSourceGeometryData3D
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
void |
add_faces ( PackedVector3Array faces, Transform3D xform ) |
void |
add_mesh ( Mesh mesh, Transform3D xform ) |
void |
add_mesh_array ( Array mesh_array, Transform3D xform ) |
void |
add_projected_obstruction ( PackedVector3Array vertices, float elevation, float height, bool carve ) |
void |
append_arrays ( PackedFloat32Array vertices, PackedInt32Array indices ) |
void |
clear ( ) |
void |
|
get_indices ( ) const |
|
get_projected_obstructions ( ) const |
|
get_vertices ( ) const |
|
has_data ( ) |
|
void |
merge ( NavigationMeshSourceGeometryData3D other_geometry ) |
void |
set_indices ( PackedInt32Array indices ) |
void |
set_projected_obstructions ( Array projected_obstructions ) |
void |
set_vertices ( PackedFloat32Array vertices ) |
Method Descriptions
void add_faces ( PackedVector3Array faces, Transform3D xform )
There is currently no description for this method. Please help us by contributing one!
void add_mesh ( Mesh mesh, Transform3D xform )
There is currently no description for this method. Please help us by contributing one!
void add_mesh_array ( Array mesh_array, Transform3D xform )
There is currently no description for this method. Please help us by contributing one!
void add_projected_obstruction ( PackedVector3Array vertices, float elevation, float height, bool carve )
There is currently no description for this method. Please help us by contributing one!
void append_arrays ( PackedFloat32Array vertices, PackedInt32Array indices )
There is currently no description for this method. Please help us by contributing one!
void clear ( )
There is currently no description for this method. Please help us by contributing one!
void clear_projected_obstructions ( )
There is currently no description for this method. Please help us by contributing one!
PackedInt32Array get_indices ( ) const
There is currently no description for this method. Please help us by contributing one!
Array get_projected_obstructions ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedFloat32Array get_vertices ( ) const
There is currently no description for this method. Please help us by contributing one!
bool has_data ( )
There is currently no description for this method. Please help us by contributing one!
void merge ( NavigationMeshSourceGeometryData3D other_geometry )
There is currently no description for this method. Please help us by contributing one!
void set_indices ( PackedInt32Array indices )
There is currently no description for this method. Please help us by contributing one!
void set_projected_obstructions ( Array projected_obstructions )
There is currently no description for this method. Please help us by contributing one!
void set_vertices ( PackedFloat32Array vertices )
There is currently no description for this method. Please help us by contributing one!