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

Mostrar archivo Open project: exdev/ex-unity-old-deprecated

Public Properties

Property Type Description
data exTimebasedCurveInfo,
speed float

Public Methods

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

Method Details

Inverse() public method

public Inverse ( bool _enable ) : void
_enable bool
return void

IsPlaying() public method

public IsPlaying ( ) : bool
return bool

IsTimeUp() public method

public IsTimeUp ( ) : bool
return bool

Start() public method

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

Step() public method

public Step ( ) : float
return float

Property Details

data public_oe property

public exTimebasedCurveInfo, data
return exTimebasedCurveInfo,

speed public_oe property

public float speed
return float