SkeletonIK._classBinding

Undocumented in source.
struct SkeletonIK
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

getInterpolation
GodotMethod!(double) getInterpolation;
Undocumented in source.
getMagnetPosition
GodotMethod!(Vector3) getMagnetPosition;
Undocumented in source.
getMaxIterations
GodotMethod!(long) getMaxIterations;
Undocumented in source.
getMinDistance
GodotMethod!(double) getMinDistance;
Undocumented in source.
getParentSkeleton
GodotMethod!(Skeleton) getParentSkeleton;
Undocumented in source.
getRootBone
GodotMethod!(String) getRootBone;
Undocumented in source.
getTargetNode
GodotMethod!(NodePath) getTargetNode;
Undocumented in source.
getTargetTransform
GodotMethod!(Transform) getTargetTransform;
Undocumented in source.
getTipBone
GodotMethod!(String) getTipBone;
Undocumented in source.
isRunning
GodotMethod!(bool) isRunning;
Undocumented in source.
isUsingMagnet
GodotMethod!(bool) isUsingMagnet;
Undocumented in source.
setInterpolation
GodotMethod!(void, double) setInterpolation;
Undocumented in source.
setMagnetPosition
GodotMethod!(void, Vector3) setMagnetPosition;
Undocumented in source.
setMaxIterations
GodotMethod!(void, long) setMaxIterations;
Undocumented in source.
setMinDistance
GodotMethod!(void, double) setMinDistance;
Undocumented in source.
setRootBone
GodotMethod!(void, String) setRootBone;
Undocumented in source.
setTargetNode
GodotMethod!(void, NodePath) setTargetNode;
Undocumented in source.
setTargetTransform
GodotMethod!(void, Transform) setTargetTransform;
Undocumented in source.
setTipBone
GodotMethod!(void, String) setTipBone;
Undocumented in source.
setUseMagnet
GodotMethod!(void, bool) setUseMagnet;
Undocumented in source.
start
GodotMethod!(void, bool) start;
Undocumented in source.
stop
GodotMethod!(void) stop;
Undocumented in source.

Meta