C# Class VJOnOffTrigger, fuze-vj-kit

Inheritance: VJBaseTrigger
Afficher le fichier Open project: unity3d-jp/fuze-vj-kit

Méthodes publiques

Свойство Type Description
componentToOnOff Behaviour

Méthodes publiques

Méthode Description
Awake ( ) : void
OnVJTrigger ( GameObject go, float value ) : void

Private Methods

Méthode Description
_ToggleEnable ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnVJTrigger() public méthode

public OnVJTrigger ( GameObject go, float value ) : void
go GameObject
value float
Résultat void

Property Details

componentToOnOff public_oe property

public Behaviour componentToOnOff
Résultat Behaviour