|
Drag[en]gine Script Module DragonScript 1.32.1
|
Animator rule foreign state. More...
Public Member Functions | |
Constructors | |
| ARForeignState | new () |
| Create animator rule. | |
Management | |
| void | setScalePosition (float scalePosition) |
| Set scale position. | |
| void | setScaleOrientation (float scaleOrientation) |
| Set scale orientation. | |
| void | setScaleSize (float scaleSize) |
| Set scale size. | |
| void | setScaleVertexPositionSet (float scale) |
| Set scale vertex position set. | |
| void | setForeignBone (String boneName) |
| Set foreign bone. | |
| void | setForeignVertexPositionSet (String vertexPositionSet) |
| Set foreign vertex position set. | |
| void | setSourceCoordinateFrame (ARForeignStateCFrame coordinateFrame) |
| Set source coordinate frame. | |
| void | setDestinationCoordinateFrame (ARForeignStateCFrame coordinateFrame) |
| Set destination coordinate frame. | |
| void | setModifyX (bool modify) |
| Modify X component. | |
| void | setModifyY (bool modify) |
| Modify Y component. | |
| void | setModifyZ (bool modify) |
| Modify Z component. | |
| void | setEnablePosition (bool enabled) |
| Enable position modification. | |
| void | setEnableOrientation (bool enabled) |
| Enable orientation modification. | |
| void | setEnableSize (bool enabled) |
| Enable size modification. | |
| void | setEnableVertexPositionSet (bool enabled) |
| Enable vertex position set modification. | |
| void | targetAddLink (ARForeignStateTarget target, int link) |
| Add link to target. | |
| void | targetRemoveAllLinks (ARForeignStateTarget target) |
| Remove all links from target. | |
Public Member Functions inherited from Dragengine.Scenery.AnimatorRule | |
| void | setEnabled (bool enabled) |
| Set if rule is enabled. | |
| void | setBlendMode (AnimatorRuleBlendMode blendMode) |
| Set blend mode. | |
| void | setBlendFactor (float blendFactor) |
| Set blend factor clamped to the range from 0 to 1. | |
| void | setInvertBlendFactor (bool invertBlendFactor) |
| Invert blend factor (1 - blendFactor). | |
| void | addBone (String bone) |
| Add bone. | |
| void | removeAllBones () |
| Remove all bones. | |
| void | copyBonesFrom (AnimatorRule rule) |
| Copy all bones from another rule. | |
| void | addVertexPositionSet (String vertexPositionSet) |
| Add vertex position set. | |
| void | removeAllVertexPositionSets () |
| Remove all vertex position sets. | |
| void | copyVertexPositionSetsFrom (AnimatorRule rule) |
| Copy all vertex position sets from another rule. | |
Additional Inherited Members | |
Constructors |
Animator rule foreign state.
This is a native class. It can not be subclassed.
| ARForeignState Dragengine.Scenery.ARForeignState.new | ( | ) |
Create animator rule.
Reimplemented from Dragengine.Scenery.AnimatorRule.
| void Dragengine.Scenery.ARForeignState.setDestinationCoordinateFrame | ( | ARForeignStateCFrame | coordinateFrame | ) |
Set destination coordinate frame.
| EInvalidParam | coordinateFrame is not a valid value. |
| void Dragengine.Scenery.ARForeignState.setEnableOrientation | ( | bool | enabled | ) |
Enable orientation modification.
| void Dragengine.Scenery.ARForeignState.setEnablePosition | ( | bool | enabled | ) |
Enable position modification.
| void Dragengine.Scenery.ARForeignState.setEnableSize | ( | bool | enabled | ) |
Enable size modification.
| void Dragengine.Scenery.ARForeignState.setEnableVertexPositionSet | ( | bool | enabled | ) |
Enable vertex position set modification.
| void Dragengine.Scenery.ARForeignState.setForeignBone | ( | String | boneName | ) |
Set foreign bone.
| void Dragengine.Scenery.ARForeignState.setForeignVertexPositionSet | ( | String | vertexPositionSet | ) |
Set foreign vertex position set.
| void Dragengine.Scenery.ARForeignState.setModifyX | ( | bool | modify | ) |
Modify X component.
| void Dragengine.Scenery.ARForeignState.setModifyY | ( | bool | modify | ) |
Modify Y component.
| void Dragengine.Scenery.ARForeignState.setModifyZ | ( | bool | modify | ) |
Modify Z component.
| void Dragengine.Scenery.ARForeignState.setScaleOrientation | ( | float | scaleOrientation | ) |
Set scale orientation.
| void Dragengine.Scenery.ARForeignState.setScalePosition | ( | float | scalePosition | ) |
Set scale position.
| void Dragengine.Scenery.ARForeignState.setScaleSize | ( | float | scaleSize | ) |
Set scale size.
| void Dragengine.Scenery.ARForeignState.setScaleVertexPositionSet | ( | float | scale | ) |
Set scale vertex position set.
| void Dragengine.Scenery.ARForeignState.setSourceCoordinateFrame | ( | ARForeignStateCFrame | coordinateFrame | ) |
Set source coordinate frame.
| EInvalidParam | coordinateFrame is not a valid value. |
| void Dragengine.Scenery.ARForeignState.targetAddLink | ( | ARForeignStateTarget | target, |
| int | link | ||
| ) |
Add link to target.
| EInvalidParam | target is not a valid value. |
| void Dragengine.Scenery.ARForeignState.targetRemoveAllLinks | ( | ARForeignStateTarget | target | ) |
Remove all links from target.
| EInvalidParam | target is not a valid value. |