C# Class MapItem, planet-survival

Inheritance: MonoBehaviour
Show file Open project: gjrfytn/planet-survival Class Usage Examples

Public Properties

Property Type Description
Height int
ID int
IsInteractable bool
ItemPrefab GameObject
Name string
Tooltip bool
Width int

Property Details

Height public property

public int Height
return int

ID public property

public int ID
return int

IsInteractable public property

public bool IsInteractable
return bool

ItemPrefab public property

public GameObject ItemPrefab
return GameObject

Name public property

public string Name
return string

Tooltip public property

public bool Tooltip
return bool

Width public property

public int Width
return int