C# Class VJMessageTrigger, fuze-vj-kit

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

Méthodes publiques

Свойство Type Description
message string
objectToSend GameObject

Méthodes publiques

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

Method Details

OnVJTrigger() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

message public_oe property

public string message
Résultat string

objectToSend public_oe property

public GameObject objectToSend
Résultat GameObject