![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The IBoneIkConstraint graph node interface.
Get the constant Graph::INode interface. This method returns a constant pointer to the node's Graph::INode interface, to be able to query common node properties such as active state, visibility or ID.
Murl.Graph.INode GetNodeInterface()
Get the constant Graph::ITransform interface. This method returns a constant pointer to the node's Graph::ITransform interface, to be able to query the node's transformation matrix and depth order.
Murl.Graph.ITransform GetTransformInterface()
Get the constant Graph::IBoneConstraint interface. This method returns a constant pointer to the node's Graph::IBoneConstraint interface, to be able to query the base constraint parameters.
Murl.Graph.IBoneConstraint GetBoneConstraintInterface()
Set the blend factor.
Boolean SetBlendFactor(Number factor)
factor | The blend factor. |
Get the blend factor.
Number GetBlendFactor()
Set the softness.
Boolean SetSoftness(Number softness)
softness | The softness. |
Get the softness.
Number GetSoftness()
Enable/disable positive bend.
Boolean SetBendPositiveEnabled(Boolean enabled)
enabled | true if enabled. |
Check if positive bend is enabled.
Boolean IsBendPositiveEnabled()
Enable/disable compressing.
Boolean SetCompressingEnabled(Boolean enabled)
enabled | true if enabled. |
Check if compressing is enabled.
Boolean IsCompressingEnabled()
Enable/disable stretching.
Boolean SetStretchingEnabled(Boolean enabled)
enabled | true if enabled. |
Check if stretching is enabled.
Boolean IsStretchingEnabled()
Enable/disable uniform scaling.
Boolean SetUniformScalingEnabled(Boolean enabled)
enabled | true if enabled. |
Check if uniform scaling is enabled.
Boolean IsUniformScalingEnabled()