C# Class AreaLightFalloffAnimator, TheUnseen

Inheritance: MonoBehaviour
Datei anzeigen Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
AutoUpdateOnPlay bool
MixCurves List
ShowPreviewCurves bool
UpdateFalloffOnStart bool
UpdatesPerSeconds int
UseFramesThrottler bool

Public Methods

Method Description
GetAnimationCurve ( List curves ) : AnimationCurve
SampleCurve ( List curves, Texture2D &tex ) : void
Start ( ) : void
Update ( ) : void
UpdateFalloffLookup ( ) : void

Private Methods

Method Description
EvaluateCurve ( float time, IList curves ) : float
UpdateProxy ( ) : void

Method Details

GetAnimationCurve() public method

public GetAnimationCurve ( List curves ) : AnimationCurve
curves List
return UnityEngine.AnimationCurve

SampleCurve() public method

public SampleCurve ( List curves, Texture2D &tex ) : void
curves List
tex UnityEngine.Texture2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateFalloffLookup() public method

public UpdateFalloffLookup ( ) : void
return void

Property Details

AutoUpdateOnPlay public_oe property

public bool AutoUpdateOnPlay
return bool

MixCurves public_oe property

public List MixCurves
return List

ShowPreviewCurves public_oe property

public bool ShowPreviewCurves
return bool

UpdateFalloffOnStart public_oe property

public bool UpdateFalloffOnStart
return bool

UpdatesPerSeconds public_oe property

public int UpdatesPerSeconds
return int

UseFramesThrottler public_oe property

public bool UseFramesThrottler
return bool