C# 클래스 GUI_Script, 3DRecreator

상속: MonoBehaviour
파일 보기 프로젝트 열기: pmpu/3DRecreator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Materials List
arg List
argument float
b_prefab_pos Vector3
button Button
button_selected int
material_arguments List
mt Material
mt_copy UnityEngine.ProceduralMaterial
mt_proc UnityEngine.ProceduralMaterial
scrollViewVector Vector2

공개 메소드들

메소드 설명
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Materials 공개적으로 프로퍼티

public List Materials
리턴 List

arg 공개적으로 프로퍼티

public List arg
리턴 List

argument 공개적으로 프로퍼티

public float argument
리턴 float

b_prefab_pos 공개적으로 프로퍼티

public Vector3 b_prefab_pos
리턴 Vector3

button 공개적으로 프로퍼티

public Button button
리턴 Button

button_selected 공개적으로 프로퍼티

public int button_selected
리턴 int

material_arguments 공개적으로 프로퍼티

public List material_arguments
리턴 List

mt 공개적으로 프로퍼티

public Material mt
리턴 Material

mt_copy 공개적으로 프로퍼티

public ProceduralMaterial,UnityEngine mt_copy
리턴 UnityEngine.ProceduralMaterial

mt_proc 공개적으로 프로퍼티

public ProceduralMaterial,UnityEngine mt_proc
리턴 UnityEngine.ProceduralMaterial

scrollViewVector 공개적으로 프로퍼티

public Vector2 scrollViewVector
리턴 Vector2