C# 클래스 AngleAttribute, property-drawer-collection

상속: PropertyAttribute
파일 보기 프로젝트 열기: anchan828/property-drawer-collection

공개 프로퍼티들

프로퍼티 타입 설명
backgroundColor Color
knobSize float
min float
showValue bool
unit string

공개 메소드들

메소드 설명
AngleAttribute ( ) : UnityEngine
AngleAttribute ( float min, float max ) : UnityEngine
AngleAttribute ( float min, float max, string unit ) : UnityEngine
AngleAttribute ( float min, float max, string unit, Color backgroundColor ) : UnityEngine
AngleAttribute ( float min, float max, string unit, Color backgroundColor, Color activeColor ) : UnityEngine
AngleAttribute ( float min, float max, string unit, Color backgroundColor, Color activeColor, bool showValue ) : UnityEngine
AngleAttribute ( float min, float max, string unit, Color backgroundColor, Color activeColor, bool showValue, float knobSize ) : UnityEngine

메소드 상세

AngleAttribute() 공개 메소드

public AngleAttribute ( ) : UnityEngine
리턴 UnityEngine

AngleAttribute() 공개 메소드

public AngleAttribute ( float min, float max ) : UnityEngine
min float
max float
리턴 UnityEngine

AngleAttribute() 공개 메소드

public AngleAttribute ( float min, float max, string unit ) : UnityEngine
min float
max float
unit string
리턴 UnityEngine

AngleAttribute() 공개 메소드

public AngleAttribute ( float min, float max, string unit, Color backgroundColor ) : UnityEngine
min float
max float
unit string
backgroundColor Color
리턴 UnityEngine

AngleAttribute() 공개 메소드

public AngleAttribute ( float min, float max, string unit, Color backgroundColor, Color activeColor ) : UnityEngine
min float
max float
unit string
backgroundColor Color
activeColor Color
리턴 UnityEngine

AngleAttribute() 공개 메소드

public AngleAttribute ( float min, float max, string unit, Color backgroundColor, Color activeColor, bool showValue ) : UnityEngine
min float
max float
unit string
backgroundColor Color
activeColor Color
showValue bool
리턴 UnityEngine

AngleAttribute() 공개 메소드

public AngleAttribute ( float min, float max, string unit, Color backgroundColor, Color activeColor, bool showValue, float knobSize ) : UnityEngine
min float
max float
unit string
backgroundColor Color
activeColor Color
showValue bool
knobSize float
리턴 UnityEngine

프로퍼티 상세

backgroundColor 공개적으로 프로퍼티

public Color backgroundColor
리턴 Color

knobSize 공개적으로 프로퍼티

public float knobSize
리턴 float

min 공개적으로 프로퍼티

public float min
리턴 float

showValue 공개적으로 프로퍼티

public bool showValue
리턴 bool

unit 공개적으로 프로퍼티

public string unit
리턴 string