C# Class exTimebasedCurve, ex-unity-old-deprecated

Afficher le fichier Open project: exdev/ex-unity-old-deprecated

Méthodes publiques

Свойство Type Description
data exTimebasedCurveInfo,
speed float

Méthodes publiques

Méthode Description
Inverse ( bool _enable ) : void
IsPlaying ( ) : bool
IsTimeUp ( ) : bool
Start ( bool _rewind = false, float _duration = -1.0f ) : void
Step ( ) : float

Method Details

Inverse() public méthode

public Inverse ( bool _enable ) : void
_enable bool
Résultat void

IsPlaying() public méthode

public IsPlaying ( ) : bool
Résultat bool

IsTimeUp() public méthode

public IsTimeUp ( ) : bool
Résultat bool

Start() public méthode

public Start ( bool _rewind = false, float _duration = -1.0f ) : void
_rewind bool
_duration float
Résultat void

Step() public méthode

public Step ( ) : float
Résultat float

Property Details

data public_oe property

public exTimebasedCurveInfo, data
Résultat exTimebasedCurveInfo,

speed public_oe property

public float speed
Résultat float