C# 클래스 kode80.GUIWrapper.GUITextureField

상속: GUIBase
파일 보기 프로젝트 열기: kode80/UnityTools

공개 프로퍼티들

프로퍼티 타입 설명
texture UnityEngine.Texture2D

공개 메소드들

메소드 설명
GUITextureField ( GUIContent content, OnGUIAction action = null, OnGUIPreAction preAction = null ) : UnityEngine

보호된 메소드들

메소드 설명
CustomOnGUI ( ) : void

메소드 상세

CustomOnGUI() 보호된 메소드

protected CustomOnGUI ( ) : void
리턴 void

GUITextureField() 공개 메소드

public GUITextureField ( GUIContent content, OnGUIAction action = null, OnGUIPreAction preAction = null ) : UnityEngine
content UnityEngine.GUIContent
action OnGUIAction
preAction OnGUIPreAction
리턴 UnityEngine

프로퍼티 상세

texture 공개적으로 프로퍼티

public Texture2D,UnityEngine texture
리턴 UnityEngine.Texture2D