C# 클래스 ComponentHelper

파일 보기 프로젝트 열기: dggriffin/Rain-Rain-Ritual 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mine Component
parent ObjectHelper,
properties List
show bool
type System.Type

공개 메소드들

메소드 설명
ComponentHelper ( ObjectHelper, parent, Component mine, Component theirs ) : System
Draw ( float width ) : void
GetComponent ( bool isMine ) : Component
GetProperties ( List myProps, SerializedObject obj ) : void
Refresh ( ) : IEnumerable

비공개 메소드들

메소드 설명
DrawComponent ( bool isMine, float width ) : void
GetDrawCount ( ) : int

메소드 상세

ComponentHelper() 공개 메소드

public ComponentHelper ( ObjectHelper, parent, Component mine, Component theirs ) : System
parent ObjectHelper,
mine Component
theirs Component
리턴 System

Draw() 공개 메소드

public Draw ( float width ) : void
width float
리턴 void

GetComponent() 공개 메소드

public GetComponent ( bool isMine ) : Component
isMine bool
리턴 Component

GetProperties() 공개 정적인 메소드

public static GetProperties ( List myProps, SerializedObject obj ) : void
myProps List
obj UnityEditor.SerializedObject
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : IEnumerable
리턴 IEnumerable

프로퍼티 상세

mine 공개적으로 프로퍼티

public Component mine
리턴 Component

parent 공개적으로 프로퍼티

public ObjectHelper, parent
리턴 ObjectHelper,

properties 공개적으로 프로퍼티

public List properties
리턴 List

show 공개적으로 프로퍼티

public bool show
리턴 bool

type 공개적으로 프로퍼티

public Type,System type
리턴 System.Type