C# Class TileClass, client-bench

Inheritance: MonoBehaviour
Afficher le fichier Open project: juiceboxgames/client-bench Class Usage Examples

Méthodes publiques

Свойство Type Description
animate bool
columns int
count int
framesPerSecond float
rows int
speed float

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void
updateTiling ( ) : void

Property Details

animate public_oe property

public bool animate
Résultat bool

columns public_oe property

public int columns
Résultat int

count public_oe static_oe property

public static int count
Résultat int

framesPerSecond public_oe property

public float framesPerSecond
Résultat float

rows public_oe property

public int rows
Résultat int

speed public_oe property

public float speed
Résultat float