C# 클래스 GILES.Interface.pb_ComponentEditor

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: procore3d/giles 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ignoreProperties HashSet

보호된 프로퍼티들

프로퍼티 타입 설명
target UnityEngine.Component

공개 메소드들

메소드 설명
SetComponent ( Component target ) : void
UpdateGUI ( ) : void

보호된 메소드들

메소드 설명
InitializeGUI ( ) : void
OnTypeInspectorSetValue ( ) : void

메소드 상세

InitializeGUI() 보호된 메소드

protected InitializeGUI ( ) : void
리턴 void

OnTypeInspectorSetValue() 보호된 메소드

protected OnTypeInspectorSetValue ( ) : void
리턴 void

SetComponent() 공개 메소드

public SetComponent ( Component target ) : void
target UnityEngine.Component
리턴 void

UpdateGUI() 공개 메소드

public UpdateGUI ( ) : void
리턴 void

프로퍼티 상세

ignoreProperties 공개적으로 정적으로 프로퍼티

public static HashSet ignoreProperties
리턴 HashSet

target 보호되어 있는 프로퍼티

protected Component,UnityEngine target
리턴 UnityEngine.Component