C# Class AreaLightAnimated, TheUnseen

Inheritance: AreaLight
Show file Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
FPS int
ImagePath string
MultLod float
PlayNow bool
PlayOnStart bool

Public Methods

Method Description
PickMaterial ( ) : void
Play ( ) : void
Reset ( ) : void
Rewind ( ) : void
Stop ( ) : void
UpdateMaterial ( ) : void

Protected Methods

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

Method Details

Awake() protected method

protected Awake ( ) : void
return void

PickMaterial() public method

public PickMaterial ( ) : void
return void

Play() public method

public Play ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Rewind() public method

public Rewind ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

UpdateMaterial() public method

public UpdateMaterial ( ) : void
return void

Property Details

FPS public property

public int FPS
return int

ImagePath public property

public string ImagePath
return string

MultLod public property

public float MultLod
return float

PlayNow public property

public bool PlayNow
return bool

PlayOnStart public property

public bool PlayOnStart
return bool