Drag[en]gine Script Module DragonScript 1.32.1
Loading...
Searching...
No Matches
Dragengine.SpeechAnimations.SpeechAnimationPhoneme Class Reference
Inheritance diagram for Dragengine.SpeechAnimations.SpeechAnimationPhoneme:

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
 

Detailed Description

Speech animation Phoneme.

Member Function Documentation

◆ getController()

int Dragengine.SpeechAnimations.SpeechAnimationPhoneme.getController ( )

Animator controller index or -1 if not assigned.

◆ getIPA()

int Dragengine.SpeechAnimations.SpeechAnimationPhoneme.getIPA ( )

IPA symbol.

◆ getLength()

float Dragengine.SpeechAnimations.SpeechAnimationPhoneme.getLength ( )

Length in seconds.

◆ getMoveName()

String Dragengine.SpeechAnimations.SpeechAnimationPhoneme.getMoveName ( )

Move name.

◆ getVertexPositionSet()

String Dragengine.SpeechAnimations.SpeechAnimationPhoneme.getVertexPositionSet ( )

Vertex position set.

Version
1.17

◆ new() [1/2]

SpeechAnimationPhoneme Dragengine.SpeechAnimations.SpeechAnimationPhoneme.new ( int  ipa,
float  length,
String  moveName 
)

Create speech animation phoneme.

◆ new() [2/2]

SpeechAnimationPhoneme Dragengine.SpeechAnimations.SpeechAnimationPhoneme.new ( int  ipa,
float  length,
String  moveName,
String  vertexPositionSet 
)

Create speech animation phoneme.

Version
1.17

◆ setController()

void Dragengine.SpeechAnimations.SpeechAnimationPhoneme.setController ( int  controller)

Set animator controller index or -1 if not assigned.

Member Data Documentation

◆ pController

int Dragengine.SpeechAnimations.SpeechAnimationPhoneme.pController

◆ pIPA

int Dragengine.SpeechAnimations.SpeechAnimationPhoneme.pIPA

◆ pLength

float Dragengine.SpeechAnimations.SpeechAnimationPhoneme.pLength

◆ pMoveName

String Dragengine.SpeechAnimations.SpeechAnimationPhoneme.pMoveName

◆ pVertexPositionSet

String Dragengine.SpeechAnimations.SpeechAnimationPhoneme.pVertexPositionSet

The documentation for this class was generated from the following file: