C# Class tk2dRuntime.TileMap.LayerInfo

Show file 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 property

public bool generateCollider
return bool

hash public property

public int hash
return int

name public property

public string name
return string

skipMeshGeneration public property

public bool skipMeshGeneration
return bool

unityLayer public property

public int unityLayer
return int

useColor public property

public bool useColor
return bool

z public property

public float z
return float