C# Class TileClass, client-bench

Inheritance: MonoBehaviour
显示文件 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_oe property

public bool animate
return bool

columns public_oe property

public int columns
return int

count public_oe static_oe property

public static int count
return int

framesPerSecond public_oe property

public float framesPerSecond
return float

rows public_oe property

public int rows
return int

speed public_oe property

public float speed
return float