C# Class tk2dRuntime.TileMap.LayerInfo

Exibir arquivo Open project: Collegiennes/Malisse Class Usage Examples

Public Properties

Property Type Description
generateCollider bool
hash int
name string
skipMeshGeneration bool
unityLayer int
useColor bool
z float

Public Methods

Method Description
LayerInfo ( ) : System.Collections.Generic

Method Details

LayerInfo() public method

public LayerInfo ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

generateCollider public_oe property

public bool generateCollider
return bool

hash public_oe property

public int hash
return int

name public_oe property

public string name
return string

skipMeshGeneration public_oe property

public bool skipMeshGeneration
return bool

unityLayer public_oe property

public int unityLayer
return int

useColor public_oe property

public bool useColor
return bool

z public_oe property

public float z
return float