C# Class TileClass, client-bench

Inheritance: MonoBehaviour
Show file Open project: juiceboxgames/client-bench Class Usage Examples

Public Properties

Property Type Description
animate bool
columns int
count int
framesPerSecond float
rows int
speed float

Private Methods

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

Property Details

animate public property

public bool animate
return bool

columns public property

public int columns
return int

count public static property

public static int count
return int

framesPerSecond public property

public float framesPerSecond
return float

rows public property

public int rows
return int

speed public property

public float speed
return float