Drag[en]gine Script Module DragonScript
1.23
|
Public Member Functions | |
void | buildAnimator () |
void | forEachPhoneme (Block aBlock) |
void | forEachWord (Block aBlock) |
Animator | getAnimator () |
String | getNeutralMove () |
Set | getNeutralVertexPositionSets () |
String | getPathAnimation () |
String | getPathRig () |
SpeechAnimationPhoneme | getPhonemeWithIPA (int ipa) |
SpeechAnimationWord | getWordNamed (StringID name) |
SpeechAnimation | new () |
void | setNeutralMove (String moveName) |
void | setPathAnimation (String path) |
void | setPathRig (String path) |
Speech animation.
void Dragengine.SpeechAnimations.SpeechAnimation.buildAnimator | ( | ) |
Build animator.
void Dragengine.SpeechAnimations.SpeechAnimation.forEachPhoneme | ( | Block | aBlock | ) |
Visit phoneme.
void Dragengine.SpeechAnimations.SpeechAnimation.forEachWord | ( | Block | aBlock | ) |
Visit word.
Animator Dragengine.SpeechAnimations.SpeechAnimation.getAnimator | ( | ) |
Animator.
String Dragengine.SpeechAnimations.SpeechAnimation.getNeutralMove | ( | ) |
Name of neutral move.
Set Dragengine.SpeechAnimations.SpeechAnimation.getNeutralVertexPositionSets | ( | ) |
Neutral vertex position sets (Set of String).
String Dragengine.SpeechAnimations.SpeechAnimation.getPathAnimation | ( | ) |
Path to animation or null if not set.
String Dragengine.SpeechAnimations.SpeechAnimation.getPathRig | ( | ) |
Path to rig or null if not set.
SpeechAnimationPhoneme Dragengine.SpeechAnimations.SpeechAnimation.getPhonemeWithIPA | ( | int | ipa | ) |
Phoneme with IPA symbol or null if absent.
SpeechAnimationWord Dragengine.SpeechAnimations.SpeechAnimation.getWordNamed | ( | StringID | name | ) |
Word with name or null if absent.
SpeechAnimation Dragengine.SpeechAnimations.SpeechAnimation.new | ( | ) |
Create speech animation.
void Dragengine.SpeechAnimations.SpeechAnimation.setNeutralMove | ( | String | moveName | ) |
Set name of neutral move.
void Dragengine.SpeechAnimations.SpeechAnimation.setPathAnimation | ( | String | path | ) |
Set path to animation or null if not set.
void Dragengine.SpeechAnimations.SpeechAnimation.setPathRig | ( | String | path | ) |
Set path to rig or null if not set.