C# Class Server.Game.Components.LayerDefinition

Show file Open project: GrindFest/GrindFest

Public Properties

Property Type Description
Data int[]
Height int
Name string
Objects List
Width int

Property Details

Data public property

public int[] Data
return int[]

Height public property

public int Height
return int

Name public property

public string Name
return string

Objects public property

public List Objects
return List

Width public property

public int Width
return int