|
Drag[en]gine Script Module DragonScript 1.32.1
|
Public Member Functions | |
| int | getController () |
| Animator controller index or -1 if not assigned. | |
| int | getIPA () |
| IPA symbol. | |
| float | getLength () |
| Length in seconds. | |
| String | getMoveName () |
| Move name. | |
| String | getVertexPositionSet () |
| Vertex position set. | |
| SpeechAnimationPhoneme | new (int ipa, float length, String moveName) |
| Create speech animation phoneme. | |
| SpeechAnimationPhoneme | new (int ipa, float length, String moveName, String vertexPositionSet) |
| Create speech animation phoneme. | |
| void | setController (int controller) |
| Set animator controller index or -1 if not assigned. | |
Public Attributes | |
| int | pController |
| int | pIPA |
| float | pLength |
| String | pMoveName |
| String | pVertexPositionSet |
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 in seconds.
| 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.
| int Dragengine.SpeechAnimations.SpeechAnimationPhoneme.pController |
| int Dragengine.SpeechAnimations.SpeechAnimationPhoneme.pIPA |
| float Dragengine.SpeechAnimations.SpeechAnimationPhoneme.pLength |
| String Dragengine.SpeechAnimations.SpeechAnimationPhoneme.pMoveName |
| String Dragengine.SpeechAnimations.SpeechAnimationPhoneme.pVertexPositionSet |