C# Class FaceUpdate

Inheritance: MonoBehaviour
Mostra file Open project: Affectiva/UnityChan Class Usage Examples

Public Properties

Property Type Description
animations UnityEngine.AnimationClip[]
delayWeight float

Public Methods

Method Description
Awake ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

animations public_oe property

public AnimationClip[],UnityEngine animations
return UnityEngine.AnimationClip[]

delayWeight public_oe property

public float delayWeight
return float