C# Class tk2dRuntime.TileMap.LayerInfo

Afficher le fichier Open project: Collegiennes/Malisse Class Usage Examples

Méthodes publiques

Свойство Type Description
generateCollider bool
hash int
name string
skipMeshGeneration bool
unityLayer int
useColor bool
z float

Méthodes publiques

Méthode Description
LayerInfo ( ) : System.Collections.Generic

Method Details

LayerInfo() public méthode

public LayerInfo ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Property Details

generateCollider public_oe property

public bool generateCollider
Résultat bool

hash public_oe property

public int hash
Résultat int

name public_oe property

public string name
Résultat string

skipMeshGeneration public_oe property

public bool skipMeshGeneration
Résultat bool

unityLayer public_oe property

public int unityLayer
Résultat int

useColor public_oe property

public bool useColor
Résultat bool

z public_oe property

public float z
Résultat float