C# 클래스 Foundation.Databinding.ToggleBinder

상속: BindingBase
파일 보기 프로젝트 열기: NVentimiglia/Unity3d-Foundation

공개 프로퍼티들

프로퍼티 타입 설명
ClickSound UnityEngine.AudioClip
SoundLag float
StaticValue string
UseStaticValue bool

보호된 프로퍼티들

프로퍼티 타입 설명
IsInit bool
NextSound float
Target Toggle

공개 메소드들

메소드 설명
Init ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
Call ( bool value ) : void
UpdateState ( object arg ) : void
UpdateValue ( object o ) : void

메소드 상세

Init() 공개 메소드

public Init ( ) : void
리턴 void

프로퍼티 상세

ClickSound 공개적으로 프로퍼티

public AudioClip,UnityEngine ClickSound
리턴 UnityEngine.AudioClip

IsInit 보호되어 있는 프로퍼티

protected bool IsInit
리턴 bool

NextSound 보호되어 있는 프로퍼티

protected float NextSound
리턴 float

SoundLag 공개적으로 프로퍼티

public float SoundLag
리턴 float

StaticValue 공개적으로 프로퍼티

Value to pass if ture
For group situations
public string StaticValue
리턴 string

Target 보호되어 있는 프로퍼티

protected Toggle Target
리턴 Toggle

UseStaticValue 공개적으로 프로퍼티

Will pass a static value when true
For group situations
public bool UseStaticValue
리턴 bool