|
Drag[en]gine Script Module DragonScript 1.32.1
|
Definition of animation difference animator rule. More...
Public Member Functions | |
| AnimatorRule | buildRule (Animator animator) |
| Build engine animator rule using the stored definition. | |
| void | debug (Console console) |
| bool | getEnableOrientation () |
| Orientation manipulation is enabled. | |
| bool | getEnablePosition () |
| Position manipulation is enabled. | |
| bool | getEnableSize () |
| Size manipulation is enabled. | |
| bool | getEnableVertexPositionSet () |
| Vertex position set manipulation is enabled. | |
| String | getLeadingMoveName () |
| Leading move name. | |
| float | getLeadingMoveTime () |
| Time relative to leading move playtime. | |
| String | getReferenceMoveName () |
| Reference move name. | |
| float | getReferenceMoveTime () |
| Time relative to reference move playtime. | |
| ADRuleAnimationDifference | new () |
| Create new animation rule definition. | |
| ADRuleAnimationDifference | new (AnimatorDefinition fromDef, AnimatorDefinition toDef, ADRuleAnimationDifference rule) |
| Create copy of animation rule definition. | |
| void | setEnableOrientation (bool enable) |
| Set if orientation manipulation is enabled. | |
| void | setEnablePosition (bool enable) |
| Set if position manipulation is enabled. | |
| void | setEnableSize (bool enable) |
| Set if size manipulation is enabled. | |
| void | setEnableVertexPositionSet (bool enable) |
| Set if vertex position set manipulation is enabled. | |
| void | setLeadingMoveName (String name) |
| Set leading move name. | |
| void | setLeadingMoveTime (float time) |
| Set time relative to leading move playtime. | |
| void | setReferenceMoveName (String name) |
| Set reference move name. | |
| void | setReferenceMoveTime (float time) |
| Set time relative to reference move playtime. | |
Public Member Functions inherited from Dragengine.Animators.ADRule | |
| void | addBone (String bone) |
| Add bone. | |
| void | addTargetLink (ADRuleTargetLink targetLink) |
| Add target link. | |
| void | addVertexPositionSet (String vertexPositionSet) |
| Add vertex position set. | |
| void | forEachTarget (Block ablock) |
| Visit target links with a block. | |
| float | getBlendFactor () |
| Blend factor. | |
| AnimatorRuleBlendMode | getBlendMode () |
| Blend mode. | |
| String | getBoneAt (int index) |
| Bone at index. | |
| int | getBoneCount () |
| Count of bones. | |
| bool | getEnabled () |
| Rule is enabled. | |
| bool | getInvertBlendFactor () |
| Invert blend factor (1 - blendFactor). | |
| ADRuleTargetLink | getTargetLinkAt (int index) |
| Target link at index. | |
| int | getTargetLinkCount () |
| Count of target links. | |
| String | getVertexPositionSetAt (int index) |
| Vertex position set at index. | |
| int | getVertexPositionSetCount () |
| Count of vertex position sets. | |
| void | removeAllTargetLinks () |
| Remove all target links. | |
| void | setBlendFactor (float factor) |
| Set blend factor. | |
| void | setBlendMode (AnimatorRuleBlendMode mode) |
| Set blend mode. | |
| void | setEnabled (bool enabled) |
| Set if rule is enabled. | |
| void | setInvertBlendFactor (bool invertBlendFactor) |
| Set invert blend factor (1 - blendFactor). | |
| void | setName (String name) |
| Set name of rule. | |
Additional Inherited Members | |
Protected Member Functions inherited from Dragengine.Animators.ADRule | |
| String | debugCommon (String type) |
| ADRule | new (AnimatorDefinition fromDef, AnimatorDefinition toDef, ADRule rule) |
| Create copy of animation rule definition. | |
Definition of animation difference animator rule.
Once defined a rule can be added to an animator using the stored definition.
| AnimatorRule Dragengine.Animators.ADRuleAnimationDifference.buildRule | ( | Animator | animator | ) |
Build engine animator rule using the stored definition.
Reimplemented from Dragengine.Animators.ADRule.
| void Dragengine.Animators.ADRuleAnimationDifference.debug | ( | Console | console | ) |
| bool Dragengine.Animators.ADRuleAnimationDifference.getEnableOrientation | ( | ) |
Orientation manipulation is enabled.
| bool Dragengine.Animators.ADRuleAnimationDifference.getEnablePosition | ( | ) |
Position manipulation is enabled.
| bool Dragengine.Animators.ADRuleAnimationDifference.getEnableSize | ( | ) |
Size manipulation is enabled.
| bool Dragengine.Animators.ADRuleAnimationDifference.getEnableVertexPositionSet | ( | ) |
Vertex position set manipulation is enabled.
| String Dragengine.Animators.ADRuleAnimationDifference.getLeadingMoveName | ( | ) |
Leading move name.
| float Dragengine.Animators.ADRuleAnimationDifference.getLeadingMoveTime | ( | ) |
Time relative to leading move playtime.
| String Dragengine.Animators.ADRuleAnimationDifference.getReferenceMoveName | ( | ) |
Reference move name.
| float Dragengine.Animators.ADRuleAnimationDifference.getReferenceMoveTime | ( | ) |
Time relative to reference move playtime.
| ADRuleAnimationDifference Dragengine.Animators.ADRuleAnimationDifference.new | ( | ) |
Create new animation rule definition.
Reimplemented from Dragengine.Animators.ADRule.
| ADRuleAnimationDifference Dragengine.Animators.ADRuleAnimationDifference.new | ( | AnimatorDefinition | fromDef, |
| AnimatorDefinition | toDef, | ||
| ADRuleAnimationDifference | rule | ||
| ) |
Create copy of animation rule definition.
| void Dragengine.Animators.ADRuleAnimationDifference.setEnableOrientation | ( | bool | enable | ) |
Set if orientation manipulation is enabled.
| void Dragengine.Animators.ADRuleAnimationDifference.setEnablePosition | ( | bool | enable | ) |
Set if position manipulation is enabled.
| void Dragengine.Animators.ADRuleAnimationDifference.setEnableSize | ( | bool | enable | ) |
Set if size manipulation is enabled.
| void Dragengine.Animators.ADRuleAnimationDifference.setEnableVertexPositionSet | ( | bool | enable | ) |
Set if vertex position set manipulation is enabled.
| void Dragengine.Animators.ADRuleAnimationDifference.setLeadingMoveName | ( | String | name | ) |
Set leading move name.
| void Dragengine.Animators.ADRuleAnimationDifference.setLeadingMoveTime | ( | float | time | ) |
Set time relative to leading move playtime.
| void Dragengine.Animators.ADRuleAnimationDifference.setReferenceMoveName | ( | String | name | ) |
Set reference move name.
| void Dragengine.Animators.ADRuleAnimationDifference.setReferenceMoveTime | ( | float | time | ) |
Set time relative to reference move playtime.