C# Class AreaLightAnimated, TheUnseen

Inheritance: AreaLight
Datei anzeigen 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_oe property

public int FPS
return int

ImagePath public_oe property

public string ImagePath
return string

MultLod public_oe property

public float MultLod
return float

PlayNow public_oe property

public bool PlayNow
return bool

PlayOnStart public_oe property

public bool PlayOnStart
return bool