C# Class VJMaterialPropertyTrigger, fuze-vj-kit

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

Méthodes publiques

Свойство Type Description
propertyName string
propertyToModify MaterialPropertyType
targetMaterial Material

Méthodes publiques

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

Method Details

OnApplicationQuit() public méthode

public OnApplicationQuit ( ) : void
Résultat void

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

propertyName public_oe property

public string propertyName
Résultat string

propertyToModify public_oe property

public MaterialPropertyType propertyToModify
Résultat MaterialPropertyType

targetMaterial public_oe property

public Material targetMaterial
Résultat Material