C# Class CartTargetable, VRDesignLab

Inheritance: MonoBehaviour
Afficher le fichier Open project: VRUX-CO/VRDesignLab

Méthodes publiques

Méthode Description
SetTargetable ( bool state ) : void

Sets the targetable state of the game object.

Méthodes protégées

Méthode Description
Awake ( ) : void
OnDestroy ( ) : void
Start ( ) : void

Private Methods

Méthode Description
OnPathEnded ( ) : void

Called when a cart ends its path.

OnPathStarted ( ) : void

Called when a cart starts its path.

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

SetTargetable() public méthode

Sets the targetable state of the game object.
public SetTargetable ( bool state ) : void
state bool
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void