C# 클래스 AlloyTextureFieldDrawer, VRChef

상속: AlloyFieldDrawer
파일 보기 프로젝트 열기: dyanikoglu/VRChef 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Controls bool
DisplayModes TextureVisualizeMode[]

보호된 프로퍼티들

프로퍼티 타입 설명
TabGroup AlloyTabGroup
TexInst int

Private Properties

프로퍼티 타입 설명
DrawWarningString bool
GetVisualizeButtonText string

공개 메소드들

메소드 설명
AdvanceMode ( ) : void
AlloyTextureFieldDrawer ( AlloyInspectorBase, editor, MaterialProperty, property ) : Alloy
Draw ( AlloyFieldDrawerArgs, args ) : void
DrawVisualizeButton ( ) : void
OnDisable ( ) : void
OnFirstDraw ( ) : void
OnSceneGUI ( AlloyFieldBasedEditor, editor, Array, materials ) : void
TextureField ( float size, MaterialProperty, prop ) : void

보호된 메소드들

메소드 설명
DrawTextureControls ( AlloyFieldDrawerArgs, args ) : void

비공개 메소드들

메소드 설명
DrawWarningString ( MaterialProperty, texture ) : bool
GetVisualizeButtonText ( ) : string

메소드 상세

AdvanceMode() 공개 메소드

public AdvanceMode ( ) : void
리턴 void

AlloyTextureFieldDrawer() 공개 메소드

public AlloyTextureFieldDrawer ( AlloyInspectorBase, editor, MaterialProperty, property ) : Alloy
editor AlloyInspectorBase,
property MaterialProperty,
리턴 Alloy

Draw() 공개 메소드

public Draw ( AlloyFieldDrawerArgs, args ) : void
args AlloyFieldDrawerArgs,
리턴 void

DrawTextureControls() 보호된 메소드

protected DrawTextureControls ( AlloyFieldDrawerArgs, args ) : void
args AlloyFieldDrawerArgs,
리턴 void

DrawVisualizeButton() 공개 메소드

public DrawVisualizeButton ( ) : void
리턴 void

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

OnFirstDraw() 공개 메소드

public OnFirstDraw ( ) : void
리턴 void

OnSceneGUI() 공개 메소드

public OnSceneGUI ( AlloyFieldBasedEditor, editor, Array, materials ) : void
editor AlloyFieldBasedEditor,
materials Array,
리턴 void

TextureField() 공개 메소드

public TextureField ( float size, MaterialProperty, prop ) : void
size float
prop MaterialProperty,
리턴 void

프로퍼티 상세

Controls 공개적으로 프로퍼티

public bool Controls
리턴 bool

DisplayModes 공개적으로 프로퍼티

public TextureVisualizeMode[] DisplayModes
리턴 TextureVisualizeMode[]

TabGroup 보호되어 있는 프로퍼티

protected AlloyTabGroup TabGroup
리턴 AlloyTabGroup

TexInst 보호되어 있는 프로퍼티

protected int TexInst
리턴 int