C# Class CartTargetable, VRDesignLab

Inheritance: MonoBehaviour
Mostrar archivo Open project: VRUX-CO/VRDesignLab

Public Methods

Method Description
SetTargetable ( bool state ) : void

Sets the targetable state of the game object.

Protected Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void
Start ( ) : void

Private Methods

Method Description
OnPathEnded ( ) : void

Called when a cart ends its path.

OnPathStarted ( ) : void

Called when a cart starts its path.

Method Details

Awake() protected method

protected Awake ( ) : void
return void

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

SetTargetable() public method

Sets the targetable state of the game object.
public SetTargetable ( bool state ) : void
state bool
return void

Start() protected method

protected Start ( ) : void
return void