|
Drag[en]gine Script Module DragonScript 1.32.1
|
List of conversation gesture poses keyd by identifier. More...
Public Member Functions | |
| void | add (StringID id, ConversationPlaybackGesturePose gesturePose) |
| Add gesture pose. | |
| void | add (StringID id, ECPAnimator ecanimator) |
| Add gesture pose. | |
| void | add (StringID id, String pathAnimator, Animator animator) |
| Add gesture pose. | |
| void | dispose () |
| Dispose of list. | |
| void | forEach (Block ablock) |
| Visit gesture poses with block. | |
| ConversationPlaybackGesturePose | getAt (StringID id) |
| Gesture pose with identifier or null if absent. | |
| int | getCount () |
| Number of gesture poses. | |
| Array | getIdentifiers () |
| List of all gesture pose identifiers as Array of String. | |
| bool | has (StringID id) |
| Gesture pose is present. | |
| ConversationGesturePoseList | new () |
| Create conversation gesture pose list. | |
| void | remove (StringID id) |
| Remove gesture pose. | |
| void | removeAll () |
| Remove all gesture poses. | |
List of conversation gesture poses keyd by identifier.
| void Dragengine.ConversationSystem.ConversationGesturePoseList.add | ( | StringID | id, |
| ConversationPlaybackGesturePose | gesturePose | ||
| ) |
Add gesture pose.
| void Dragengine.ConversationSystem.ConversationGesturePoseList.add | ( | StringID | id, |
| ECPAnimator | ecanimator | ||
| ) |
Add gesture pose.
| void Dragengine.ConversationSystem.ConversationGesturePoseList.add | ( | StringID | id, |
| String | pathAnimator, | ||
| Animator | animator | ||
| ) |
Add gesture pose.
| void Dragengine.ConversationSystem.ConversationGesturePoseList.dispose | ( | ) |
Dispose of list.
| void Dragengine.ConversationSystem.ConversationGesturePoseList.forEach | ( | Block | ablock | ) |
Visit gesture poses with block.
Block has as first parameter the StringID identifier of the gesture pose and as second parameter the ConversationPlaybackGesturePose gesture pose.
| ConversationPlaybackGesturePose Dragengine.ConversationSystem.ConversationGesturePoseList.getAt | ( | StringID | id | ) |
Gesture pose with identifier or null if absent.
| int Dragengine.ConversationSystem.ConversationGesturePoseList.getCount | ( | ) |
Number of gesture poses.
| Array Dragengine.ConversationSystem.ConversationGesturePoseList.getIdentifiers | ( | ) |
List of all gesture pose identifiers as Array of String.
| bool Dragengine.ConversationSystem.ConversationGesturePoseList.has | ( | StringID | id | ) |
Gesture pose is present.
| ConversationGesturePoseList Dragengine.ConversationSystem.ConversationGesturePoseList.new | ( | ) |
Create conversation gesture pose list.
| void Dragengine.ConversationSystem.ConversationGesturePoseList.remove | ( | StringID | id | ) |
Remove gesture pose.
| void Dragengine.ConversationSystem.ConversationGesturePoseList.removeAll | ( | ) |
Remove all gesture poses.