ArrayMesh.GDNativeClassBinding

Undocumented in source.
struct ArrayMesh
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

addBlendShape
GodotMethod!(void, String) addBlendShape;
Undocumented in source.
addSurfaceFromArrays
GodotMethod!(void, long, Array, Array, long) addSurfaceFromArrays;
Undocumented in source.
clearBlendShapes
GodotMethod!(void) clearBlendShapes;
Undocumented in source.
getBlendShapeCount
GodotMethod!(long) getBlendShapeCount;
Undocumented in source.
getBlendShapeMode
GodotMethod!(Mesh.BlendShapeMode) getBlendShapeMode;
Undocumented in source.
getBlendShapeName
GodotMethod!(String, long) getBlendShapeName;
Undocumented in source.
getCustomAabb
GodotMethod!(AABB) getCustomAabb;
Undocumented in source.
lightmapUnwrap
GodotMethod!(GodotError, Transform, double) lightmapUnwrap;
Undocumented in source.
regenNormalmaps
GodotMethod!(void) regenNormalmaps;
Undocumented in source.
setBlendShapeMode
GodotMethod!(void, long) setBlendShapeMode;
Undocumented in source.
setCustomAabb
GodotMethod!(void, AABB) setCustomAabb;
Undocumented in source.
surfaceFindByName
GodotMethod!(long, String) surfaceFindByName;
Undocumented in source.
surfaceGetArrayIndexLen
GodotMethod!(long, long) surfaceGetArrayIndexLen;
Undocumented in source.
surfaceGetArrayLen
GodotMethod!(long, long) surfaceGetArrayLen;
Undocumented in source.
surfaceGetFormat
GodotMethod!(long, long) surfaceGetFormat;
Undocumented in source.
surfaceGetName
GodotMethod!(String, long) surfaceGetName;
Undocumented in source.
surfaceGetPrimitiveType
GodotMethod!(Mesh.PrimitiveType, long) surfaceGetPrimitiveType;
Undocumented in source.
surfaceRemove
GodotMethod!(void, long) surfaceRemove;
Undocumented in source.
surfaceSetName
GodotMethod!(void, long, String) surfaceSetName;
Undocumented in source.
surfaceUpdateRegion
GodotMethod!(void, long, long, PoolByteArray) surfaceUpdateRegion;
Undocumented in source.

Meta