C# Class VJGameObjectLoopSwitchTrigger, fuze-vj-kit

Inheritance: VJBaseTrigger
显示文件 Open project: unity3d-jp/fuze-vj-kit

Public Properties

Property Type Description
forSlider bool
gameObjectToLoop GameObject[]
index int

Public Methods

Method Description
Awake ( ) : void
OnVJTrigger ( GameObject go, float value ) : void

Private Methods

Method Description
_ToggleEnable ( float value ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnVJTrigger() public method

public OnVJTrigger ( GameObject go, float value ) : void
go GameObject
value float
return void

Property Details

forSlider public_oe property

public bool forSlider
return bool

gameObjectToLoop public_oe property

public GameObject[] gameObjectToLoop
return GameObject[]

index public_oe property

public int index
return int