C# 클래스 Nez.InspectorList

container for a Component/PostProcessor/Transform and all of its inspectable properties
파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
name string
target object

공개 메소드들

메소드 설명
InspectorList ( Transform transform ) : System.Collections.Generic
InspectorList ( object target ) : System.Collections.Generic
initialize ( Table table, Skin skin ) : void
update ( ) : void

메소드 상세

InspectorList() 공개 메소드

public InspectorList ( Transform transform ) : System.Collections.Generic
transform Transform
리턴 System.Collections.Generic

InspectorList() 공개 메소드

public InspectorList ( object target ) : System.Collections.Generic
target object
리턴 System.Collections.Generic

initialize() 공개 메소드

public initialize ( Table table, Skin skin ) : void
table Nez.UI.Table
skin Skin
리턴 void

update() 공개 메소드

public update ( ) : void
리턴 void

프로퍼티 상세

name 공개적으로 프로퍼티

public string name
리턴 string

target 공개적으로 프로퍼티

public object target
리턴 object