C# Class ComputerScreen, UnderworldExporter

Inheritance: MonoBehaviour
Afficher le fichier Open project: hankmorgan/UnderworldExporter Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrFrame int
LoopFrames bool
NoOfFrames int
ScreenStart int
ScreenToDisplayOn GameObject
animationFrameTime float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
setSprite ( int index ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

setSprite() public méthode

public setSprite ( int index ) : void
index int
Résultat void

Property Details

CurrFrame public_oe property

public int CurrFrame
Résultat int

LoopFrames public_oe property

public bool LoopFrames
Résultat bool

NoOfFrames public_oe property

public int NoOfFrames
Résultat int

ScreenStart public_oe property

public int ScreenStart
Résultat int

ScreenToDisplayOn public_oe property

public GameObject ScreenToDisplayOn
Résultat GameObject

animationFrameTime public_oe property

public float animationFrameTime
Résultat float