C# 클래스 Pluton.PlutonUIEntity

파일 보기 프로젝트 열기: Notulp/Pluton 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
connections List
panels JSON.Array

공개 메소드들

메소드 설명
AddPanel ( string name = null, string parent = null, float fadeout = null ) : PlutonUIPanel
CreateUI ( ) : JSON.Array
DestroyUI ( ) : void
GetPanel ( string name ) : PlutonUIPanel
PlutonUIEntity ( IEnumerable cons = null ) : System.Collections.Generic
PlutonUIEntity ( Network con = null ) : System.Collections.Generic
RemovePanel ( string name ) : bool

메소드 상세

AddPanel() 공개 메소드

public AddPanel ( string name = null, string parent = null, float fadeout = null ) : PlutonUIPanel
name string
parent string
fadeout float
리턴 PlutonUIPanel

CreateUI() 공개 메소드

public CreateUI ( ) : JSON.Array
리턴 JSON.Array

DestroyUI() 공개 메소드

public DestroyUI ( ) : void
리턴 void

GetPanel() 공개 메소드

public GetPanel ( string name ) : PlutonUIPanel
name string
리턴 PlutonUIPanel

PlutonUIEntity() 공개 메소드

public PlutonUIEntity ( IEnumerable cons = null ) : System.Collections.Generic
cons IEnumerable
리턴 System.Collections.Generic

PlutonUIEntity() 공개 메소드

public PlutonUIEntity ( Network con = null ) : System.Collections.Generic
con Network
리턴 System.Collections.Generic

RemovePanel() 공개 메소드

public RemovePanel ( string name ) : bool
name string
리턴 bool

프로퍼티 상세

connections 공개적으로 프로퍼티

public List connections
리턴 List

panels 공개적으로 프로퍼티

public JSON.Array panels
리턴 JSON.Array