C# Class TowerPlacement, 285_02_FA15G2

Inheritance: MonoBehaviour
Afficher le fichier Open project: selu285-2015/285_02_FA15G2 Class Usage Examples

Méthodes publiques

Свойство Type Description
Key string
displayheight float
height float
placeable bool
prefab GameObject
self UnityEngine.MeshRenderer
selfRenderer Renderer
shotgunGuide GameObject
teslaGuide GameObject
tikiGuide GameObject

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
OnTriggerStay ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

OnTriggerExit() public méthode

public OnTriggerExit ( Collider other ) : void
other Collider
Résultat void

OnTriggerStay() public méthode

public OnTriggerStay ( Collider other ) : void
other Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Key public_oe property

public string Key
Résultat string

displayheight public_oe property

public float displayheight
Résultat float

height public_oe property

public float height
Résultat float

placeable public_oe property

public bool placeable
Résultat bool

prefab public_oe property

public GameObject prefab
Résultat GameObject

self public_oe property

public MeshRenderer,UnityEngine self
Résultat UnityEngine.MeshRenderer

selfRenderer public_oe property

public Renderer selfRenderer
Résultat Renderer

shotgunGuide public_oe property

public GameObject shotgunGuide
Résultat GameObject

teslaGuide public_oe property

public GameObject teslaGuide
Résultat GameObject

tikiGuide public_oe property

public GameObject tikiGuide
Résultat GameObject