C# 클래스 VJMaterialPropertyTrigger, fuze-vj-kit

상속: VJBaseTrigger
파일 보기 프로젝트 열기: unity3d-jp/fuze-vj-kit

공개 프로퍼티들

프로퍼티 타입 설명
propertyName string
propertyToModify MaterialPropertyType
targetMaterial Material

공개 메소드들

메소드 설명
OnApplicationQuit ( ) : void
OnVJTrigger ( GameObject go, float value ) : void
Start ( ) : void

메소드 상세

OnApplicationQuit() 공개 메소드

public OnApplicationQuit ( ) : void
리턴 void

OnVJTrigger() 공개 메소드

public OnVJTrigger ( GameObject go, float value ) : void
go GameObject
value float
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

propertyName 공개적으로 프로퍼티

public string propertyName
리턴 string

propertyToModify 공개적으로 프로퍼티

public MaterialPropertyType propertyToModify
리턴 MaterialPropertyType

targetMaterial 공개적으로 프로퍼티

public Material targetMaterial
리턴 Material