C# Class Pluton.Rust.Objects.PlutonUIEntity

Afficher le fichier Open project: Notulp/Pluton.Rust

Méthodes publiques

Свойство Type Description
connections List
panels JSON.Array

Méthodes publiques

Méthode 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 méthode

public AddPanel ( string name = null, string parent = null, float fadeout = null ) : PlutonUIPanel
name string
parent string
fadeout float
Résultat PlutonUIPanel

CreateUI() public méthode

public CreateUI ( ) : JSON.Array
Résultat JSON.Array

DestroyUI() public méthode

public DestroyUI ( ) : void
Résultat void

GetPanel() public méthode

public GetPanel ( string name ) : PlutonUIPanel
name string
Résultat PlutonUIPanel

PlutonUIEntity() public méthode

public PlutonUIEntity ( IEnumerable cons = null ) : System.Collections.Generic
cons IEnumerable
Résultat System.Collections.Generic

PlutonUIEntity() public méthode

public PlutonUIEntity ( Network con = null ) : System.Collections.Generic
con Network
Résultat System.Collections.Generic

RemovePanel() public méthode

public RemovePanel ( string name ) : bool
name string
Résultat bool

Property Details

connections public_oe property

public List connections
Résultat List

panels public_oe property

public JSON.Array panels
Résultat JSON.Array