MeshDataTool
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
Method Descriptions
void clear ( )
There is currently no description for this method. Please help us by contributing one!
Error commit_to_surface ( ArrayMesh mesh, int compression_flags=0 )
There is currently no description for this method. Please help us by contributing one!
Error create_from_surface ( ArrayMesh mesh, int surface )
There is currently no description for this method. Please help us by contributing one!
int get_edge_count ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedInt32Array get_edge_faces ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
Variant get_edge_meta ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
int get_edge_vertex ( int idx, int vertex ) const
There is currently no description for this method. Please help us by contributing one!
int get_face_count ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_face_edge ( int idx, int edge ) const
There is currently no description for this method. Please help us by contributing one!
Variant get_face_meta ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
Vector3 get_face_normal ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
int get_face_vertex ( int idx, int vertex ) const
There is currently no description for this method. Please help us by contributing one!
int get_format ( ) const
There is currently no description for this method. Please help us by contributing one!
Material get_material ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector3 get_vertex ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
PackedInt32Array get_vertex_bones ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
Color get_vertex_color ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
int get_vertex_count ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedInt32Array get_vertex_edges ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
PackedInt32Array get_vertex_faces ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
Variant get_vertex_meta ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
Vector3 get_vertex_normal ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
Plane get_vertex_tangent ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
Vector2 get_vertex_uv ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
Vector2 get_vertex_uv2 ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
PackedFloat32Array get_vertex_weights ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
void set_edge_meta ( int idx, Variant meta )
There is currently no description for this method. Please help us by contributing one!
void set_face_meta ( int idx, Variant meta )
There is currently no description for this method. Please help us by contributing one!
void set_material ( Material material )
There is currently no description for this method. Please help us by contributing one!
void set_vertex ( int idx, Vector3 vertex )
There is currently no description for this method. Please help us by contributing one!
void set_vertex_bones ( int idx, PackedInt32Array bones )
There is currently no description for this method. Please help us by contributing one!
void set_vertex_color ( int idx, Color color )
There is currently no description for this method. Please help us by contributing one!
void set_vertex_meta ( int idx, Variant meta )
There is currently no description for this method. Please help us by contributing one!
void set_vertex_normal ( int idx, Vector3 normal )
There is currently no description for this method. Please help us by contributing one!
void set_vertex_tangent ( int idx, Plane tangent )
There is currently no description for this method. Please help us by contributing one!
void set_vertex_uv ( int idx, Vector2 uv )
There is currently no description for this method. Please help us by contributing one!
void set_vertex_uv2 ( int idx, Vector2 uv2 )
There is currently no description for this method. Please help us by contributing one!
void set_vertex_weights ( int idx, PackedFloat32Array weights )
There is currently no description for this method. Please help us by contributing one!