SkeletonIK

@GodotBaseClass
struct SkeletonIK {}

Members

Aliases

BaseClasses
alias BaseClasses = AliasSeq!(typeof(_GODOT_base), typeof(_GODOT_base).BaseClasses)
Undocumented in source.

Functions

getInterpolation
double getInterpolation()
getMagnetPosition
Vector3 getMagnetPosition()
getMaxIterations
long getMaxIterations()
getMinDistance
double getMinDistance()
getParentSkeleton
Skeleton getParentSkeleton()
getRootBone
String getRootBone()
getTargetNode
NodePath getTargetNode()
getTargetTransform
Transform getTargetTransform()
getTipBone
String getTipBone()
isRunning
bool isRunning()
isUsingMagnet
bool isUsingMagnet()
opAssign
SkeletonIK opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(SkeletonIK other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
setInterpolation
void setInterpolation(double interpolation)
setMagnetPosition
void setMagnetPosition(Vector3 local_position)
setMaxIterations
void setMaxIterations(long iterations)
setMinDistance
void setMinDistance(double min_distance)
setRootBone
void setRootBone(StringArg0 root_bone)
setTargetNode
void setTargetNode(NodePathArg0 node)
setTargetTransform
void setTargetTransform(Transform target)
setTipBone
void setTipBone(StringArg0 tip_bone)
setUseMagnet
void setUseMagnet(bool use)
start
void start(bool one_time)
stop
void stop()

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Properties

interpolation
double interpolation [@property getter]
double interpolation [@property setter]
magnet
Vector3 magnet [@property getter]
Vector3 magnet [@property setter]
maxIterations
long maxIterations [@property getter]
long maxIterations [@property setter]
minDistance
double minDistance [@property getter]
double minDistance [@property setter]
rootBone
String rootBone [@property getter]
String rootBone [@property setter]
target
Transform target [@property getter]
Transform target [@property setter]
targetNode
NodePath targetNode [@property getter]
NodePath targetNode [@property setter]
tipBone
String tipBone [@property getter]
String tipBone [@property setter]
useMagnet
bool useMagnet [@property getter]
bool useMagnet [@property setter]

Static functions

_new
SkeletonIK _new()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_classBindingInitialized
bool _classBindingInitialized;
Undocumented in source.

Structs

_classBinding
struct _classBinding
Undocumented in source.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

_GODOT_internal_name
enum string _GODOT_internal_name;
Undocumented in source.

Mixed In Members

From mixin baseCasts

as
To as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
To as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
ToRef as()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(ToRef)
Undocumented in source.
opCast
void* opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
godot_object opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta