C# Class Pluton.PlutonUIEntity

Datei anzeigen Open project: Notulp/Pluton Class Usage Examples

Public Properties

Property Type Description
connections List
panels JSON.Array

Public Methods

Method Description
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

Method Details

AddPanel() public method

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

CreateUI() public method

public CreateUI ( ) : JSON.Array
return JSON.Array

DestroyUI() public method

public DestroyUI ( ) : void
return void

GetPanel() public method

public GetPanel ( string name ) : PlutonUIPanel
name string
return PlutonUIPanel

PlutonUIEntity() public method

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

PlutonUIEntity() public method

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

RemovePanel() public method

public RemovePanel ( string name ) : bool
name string
return bool

Property Details

connections public_oe property

public List connections
return List

panels public_oe property

public JSON.Array panels
return JSON.Array