C# Class MapItem, planet-survival

Inheritance: MonoBehaviour
Mostra 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_oe property

public int Height
return int

ID public_oe property

public int ID
return int

IsInteractable public_oe property

public bool IsInteractable
return bool

ItemPrefab public_oe property

public GameObject ItemPrefab
return GameObject

Name public_oe property

public string Name
return string

Tooltip public_oe property

public bool Tooltip
return bool

Width public_oe property

public int Width
return int