C# Class ComputerScreen, UnderworldExporter

Inheritance: MonoBehaviour
Show file 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 property

public int CurrFrame
return int

LoopFrames public property

public bool LoopFrames
return bool

NoOfFrames public property

public int NoOfFrames
return int

ScreenStart public property

public int ScreenStart
return int

ScreenToDisplayOn public property

public GameObject ScreenToDisplayOn
return GameObject

animationFrameTime public property

public float animationFrameTime
return float