- clear
GodotMethod!(void) clear;
Undocumented in source.
- commitToSurface
GodotMethod!(GodotError, ArrayMesh) commitToSurface;
Undocumented in source.
- createFromSurface
GodotMethod!(GodotError, ArrayMesh, long) createFromSurface;
Undocumented in source.
- getEdgeCount
GodotMethod!(long) getEdgeCount;
Undocumented in source.
- getEdgeFaces
GodotMethod!(PoolIntArray, long) getEdgeFaces;
Undocumented in source.
- getEdgeMeta
GodotMethod!(Variant, long) getEdgeMeta;
Undocumented in source.
- getEdgeVertex
GodotMethod!(long, long, long) getEdgeVertex;
Undocumented in source.
- getFaceCount
GodotMethod!(long) getFaceCount;
Undocumented in source.
- getFaceEdge
GodotMethod!(long, long, long) getFaceEdge;
Undocumented in source.
- getFaceMeta
GodotMethod!(Variant, long) getFaceMeta;
Undocumented in source.
- getFaceNormal
GodotMethod!(Vector3, long) getFaceNormal;
Undocumented in source.
- getFaceVertex
GodotMethod!(long, long, long) getFaceVertex;
Undocumented in source.
- getFormat
GodotMethod!(long) getFormat;
Undocumented in source.
- getMaterial
GodotMethod!(Material) getMaterial;
Undocumented in source.
- getVertex
GodotMethod!(Vector3, long) getVertex;
Undocumented in source.
- getVertexBones
GodotMethod!(PoolIntArray, long) getVertexBones;
Undocumented in source.
- getVertexColor
GodotMethod!(Color, long) getVertexColor;
Undocumented in source.
- getVertexCount
GodotMethod!(long) getVertexCount;
Undocumented in source.
- getVertexEdges
GodotMethod!(PoolIntArray, long) getVertexEdges;
Undocumented in source.
- getVertexFaces
GodotMethod!(PoolIntArray, long) getVertexFaces;
Undocumented in source.
- getVertexMeta
GodotMethod!(Variant, long) getVertexMeta;
Undocumented in source.
- getVertexNormal
GodotMethod!(Vector3, long) getVertexNormal;
Undocumented in source.
- getVertexTangent
GodotMethod!(Plane, long) getVertexTangent;
Undocumented in source.
- getVertexUv
GodotMethod!(Vector2, long) getVertexUv;
Undocumented in source.
- getVertexUv2
GodotMethod!(Vector2, long) getVertexUv2;
Undocumented in source.
- getVertexWeights
GodotMethod!(PoolRealArray, long) getVertexWeights;
Undocumented in source.
- setEdgeMeta
GodotMethod!(void, long, Variant) setEdgeMeta;
Undocumented in source.
- setFaceMeta
GodotMethod!(void, long, Variant) setFaceMeta;
Undocumented in source.
- setMaterial
GodotMethod!(void, Material) setMaterial;
Undocumented in source.
- setVertex
GodotMethod!(void, long, Vector3) setVertex;
Undocumented in source.
- setVertexBones
GodotMethod!(void, long, PoolIntArray) setVertexBones;
Undocumented in source.
- setVertexColor
GodotMethod!(void, long, Color) setVertexColor;
Undocumented in source.
- setVertexMeta
GodotMethod!(void, long, Variant) setVertexMeta;
Undocumented in source.
- setVertexNormal
GodotMethod!(void, long, Vector3) setVertexNormal;
Undocumented in source.
- setVertexTangent
GodotMethod!(void, long, Plane) setVertexTangent;
Undocumented in source.
- setVertexUv
GodotMethod!(void, long, Vector2) setVertexUv;
Undocumented in source.
- setVertexUv2
GodotMethod!(void, long, Vector2) setVertexUv2;
Undocumented in source.
- setVertexWeights
GodotMethod!(void, long, PoolRealArray) setVertexWeights;
Undocumented in source.