C# Class VJGameObjectLoopSwitchTrigger, fuze-vj-kit

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

Méthodes publiques

Свойство Type Description
forSlider bool
gameObjectToLoop GameObject[]
index int

Méthodes publiques

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

Private Methods

Méthode Description
_ToggleEnable ( float value ) : 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

forSlider public_oe property

public bool forSlider
Résultat bool

gameObjectToLoop public_oe property

public GameObject[] gameObjectToLoop
Résultat GameObject[]

index public_oe property

public int index
Résultat int