C# Class ComputerScreen, UnderworldExporter

Inheritance: MonoBehaviour
Datei anzeigen Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
CurrFrame int
LoopFrames bool
NoOfFrames int
ScreenStart int
ScreenToDisplayOn GameObject
animationFrameTime float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
setSprite ( int index ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

setSprite() public method

public setSprite ( int index ) : void
index int
return void

Property Details

CurrFrame public_oe property

public int CurrFrame
return int

LoopFrames public_oe property

public bool LoopFrames
return bool

NoOfFrames public_oe property

public int NoOfFrames
return int

ScreenStart public_oe property

public int ScreenStart
return int

ScreenToDisplayOn public_oe property

public GameObject ScreenToDisplayOn
return GameObject

animationFrameTime public_oe property

public float animationFrameTime
return float