C# Class VJSpawnTrigger, fuze-vj-kit

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

Méthodes publiques

Свойство Type Description
destroySpawnedObject bool
objectLiveSec float
randomPositionOffset Vector3
spawnObject GameObject

Méthodes publiques

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

Method Details

OnVJTrigger() public méthode

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

Property Details

destroySpawnedObject public_oe property

public bool destroySpawnedObject
Résultat bool

objectLiveSec public_oe property

public float objectLiveSec
Résultat float

randomPositionOffset public_oe property

public Vector3 randomPositionOffset
Résultat Vector3

spawnObject public_oe property

public GameObject spawnObject
Résultat GameObject