C# Class SpriteSheet, Sisyphus

Mostrar archivo Open project: astrism/Sisyphus Class Usage Examples

Public Properties

Property Type Description
_fps int
_uvTieX int
_uvTieY int
loop bool

Public Methods

Method Description
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnEnable() public method

public OnEnable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

_fps public_oe property

public int _fps
return int

_uvTieX public_oe property

public int _uvTieX
return int

_uvTieY public_oe property

public int _uvTieY
return int

loop public_oe property

public bool loop
return bool