Drag[en]gine Script Module DragonScript
1.23
|
Public Member Functions | |
int | getController () |
Animator controller index or -1 if not assigned. More... | |
int | getIPA () |
IPA symbol. More... | |
float | getLength () |
Length. More... | |
String | getMoveName () |
Move name. More... | |
String | getVertexPositionSet () |
Vertex position set. More... | |
SpeechAnimationPhoneme | new (int ipa, float length, String moveName) |
Create speech animation phoneme. More... | |
SpeechAnimationPhoneme | new (int ipa, float length, String moveName, String vertexPositionSet) |
Create speech animation phoneme. More... | |
void | setController (int controller) |
Set animator controller index or -1 if not assigned. More... | |
Speech animation Phoneme.
int Dragengine.SpeechAnimations.SpeechAnimationPhoneme.getController | ( | ) |
Animator controller index or -1 if not assigned.
int Dragengine.SpeechAnimations.SpeechAnimationPhoneme.getIPA | ( | ) |
IPA symbol.
float Dragengine.SpeechAnimations.SpeechAnimationPhoneme.getLength | ( | ) |
Length.
String Dragengine.SpeechAnimations.SpeechAnimationPhoneme.getMoveName | ( | ) |
Move name.
String Dragengine.SpeechAnimations.SpeechAnimationPhoneme.getVertexPositionSet | ( | ) |
Vertex position set.
SpeechAnimationPhoneme Dragengine.SpeechAnimations.SpeechAnimationPhoneme.new | ( | int | ipa, |
float | length, | ||
String | moveName | ||
) |
Create speech animation phoneme.
SpeechAnimationPhoneme Dragengine.SpeechAnimations.SpeechAnimationPhoneme.new | ( | int | ipa, |
float | length, | ||
String | moveName, | ||
String | vertexPositionSet | ||
) |
Create speech animation phoneme.
void Dragengine.SpeechAnimations.SpeechAnimationPhoneme.setController | ( | int | controller | ) |
Set animator controller index or -1 if not assigned.