MeshInstance.GDNativeClassBinding

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

Members

Static variables

_meshChanged
GodotMethod!(void) _meshChanged;
Undocumented in source.
_updateSkinning
GodotMethod!(void) _updateSkinning;
Undocumented in source.
createConvexCollision
GodotMethod!(void) createConvexCollision;
Undocumented in source.
createDebugTangents
GodotMethod!(void) createDebugTangents;
Undocumented in source.
createTrimeshCollision
GodotMethod!(void) createTrimeshCollision;
Undocumented in source.
getActiveMaterial
GodotMethod!(Material, long) getActiveMaterial;
Undocumented in source.
getMesh
GodotMethod!(Mesh) getMesh;
Undocumented in source.
getSkeletonPath
GodotMethod!(NodePath) getSkeletonPath;
Undocumented in source.
getSkin
GodotMethod!(Skin) getSkin;
Undocumented in source.
getSurfaceMaterial
GodotMethod!(Material, long) getSurfaceMaterial;
Undocumented in source.
getSurfaceMaterialCount
GodotMethod!(long) getSurfaceMaterialCount;
Undocumented in source.
isSoftwareSkinningTransformNormalsEnabled
GodotMethod!(bool) isSoftwareSkinningTransformNormalsEnabled;
Undocumented in source.
setMesh
GodotMethod!(void, Mesh) setMesh;
Undocumented in source.
setSkeletonPath
GodotMethod!(void, NodePath) setSkeletonPath;
Undocumented in source.
setSkin
GodotMethod!(void, Skin) setSkin;
Undocumented in source.
setSoftwareSkinningTransformNormals
GodotMethod!(void, bool) setSoftwareSkinningTransformNormals;
Undocumented in source.
setSurfaceMaterial
GodotMethod!(void, long, Material) setSurfaceMaterial;
Undocumented in source.

Meta