Skeleton.GDNativeClassBinding

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

Members

Static variables

addBone
GodotMethod!(void, String) addBone;
Undocumented in source.
bindChildNodeToBone
GodotMethod!(void, long, Node) bindChildNodeToBone;
Undocumented in source.
clearBones
GodotMethod!(void) clearBones;
Undocumented in source.
clearBonesGlobalPoseOverride
GodotMethod!(void) clearBonesGlobalPoseOverride;
Undocumented in source.
findBone
GodotMethod!(long, String) findBone;
Undocumented in source.
getBoneCount
GodotMethod!(long) getBoneCount;
Undocumented in source.
getBoneCustomPose
GodotMethod!(Transform, long) getBoneCustomPose;
Undocumented in source.
getBoneGlobalPose
GodotMethod!(Transform, long) getBoneGlobalPose;
Undocumented in source.
getBoneGlobalPoseNoOverride
GodotMethod!(Transform, long) getBoneGlobalPoseNoOverride;
Undocumented in source.
getBoneName
GodotMethod!(String, long) getBoneName;
Undocumented in source.
getBoneParent
GodotMethod!(long, long) getBoneParent;
Undocumented in source.
getBonePose
GodotMethod!(Transform, long) getBonePose;
Undocumented in source.
getBoneRest
GodotMethod!(Transform, long) getBoneRest;
Undocumented in source.
getBoundChildNodesToBone
GodotMethod!(Array, long) getBoundChildNodesToBone;
Undocumented in source.
isBoneRestDisabled
GodotMethod!(bool, long) isBoneRestDisabled;
Undocumented in source.
localizeRests
GodotMethod!(void) localizeRests;
Undocumented in source.
physicalBonesAddCollisionException
GodotMethod!(void, RID) physicalBonesAddCollisionException;
Undocumented in source.
physicalBonesRemoveCollisionException
GodotMethod!(void, RID) physicalBonesRemoveCollisionException;
Undocumented in source.
physicalBonesStartSimulation
GodotMethod!(void, Array) physicalBonesStartSimulation;
Undocumented in source.
physicalBonesStopSimulation
GodotMethod!(void) physicalBonesStopSimulation;
Undocumented in source.
registerSkin
GodotMethod!(SkinReference, Skin) registerSkin;
Undocumented in source.
setBoneCustomPose
GodotMethod!(void, long, Transform) setBoneCustomPose;
Undocumented in source.
setBoneDisableRest
GodotMethod!(void, long, bool) setBoneDisableRest;
Undocumented in source.
setBoneGlobalPoseOverride
GodotMethod!(void, long, Transform, double, bool) setBoneGlobalPoseOverride;
Undocumented in source.
setBoneParent
GodotMethod!(void, long, long) setBoneParent;
Undocumented in source.
setBonePose
GodotMethod!(void, long, Transform) setBonePose;
Undocumented in source.
setBoneRest
GodotMethod!(void, long, Transform) setBoneRest;
Undocumented in source.
unbindChildNodeFromBone
GodotMethod!(void, long, Node) unbindChildNodeFromBone;
Undocumented in source.
unparentBoneAndRest
GodotMethod!(void, long) unparentBoneAndRest;
Undocumented in source.

Meta