Property | Type | Description | |
---|---|---|---|
connections | List |
||
panels | JSON.Array |
Method | Description | |
---|---|---|
AddPanel ( string name = null, string parent = null, float fadeout = null ) : PlutonUIPanel | ||
CreateUI ( ) : JSON.Array | ||
DestroyUI ( ) : void | ||
GetPanel ( string name ) : PlutonUIPanel | ||
PlutonUIEntity ( IEnumerable |
||
PlutonUIEntity ( Network con = null ) : System.Collections.Generic | ||
RemovePanel ( string name ) : bool |
public AddPanel ( string name = null, string parent = null, float fadeout = null ) : PlutonUIPanel | ||
name | string | |
parent | string | |
fadeout | float | |
return | PlutonUIPanel |
public GetPanel ( string name ) : PlutonUIPanel | ||
name | string | |
return | PlutonUIPanel |
public PlutonUIEntity ( IEnumerable |
||
cons | IEnumerable |
|
return | System.Collections.Generic |
public PlutonUIEntity ( Network con = null ) : System.Collections.Generic | ||
con | Network | |
return | System.Collections.Generic |