C# Class CommunityEntity, rust-community

Inheritance: PointEntity
Show file Open project: Notulp/rust-community Class Usage Examples

Public Methods

Method Description
DestroyServerCreatedUI ( ) : void
ServerUICreated ( GameObject go ) : void

Private Methods

Method Description
AddUI ( RPCMessage msg ) : void
CL_ReceiveFilePng ( BaseEntity, msg ) : void
CommunityEntity ( ) : System.Collections
CreateComponents ( GameObject go, JSON, obj ) : void
DestroyPanel ( string pnlName ) : void
DestroyUI ( RPCMessage msg ) : void
FindPanel ( string name ) : GameObject
GraphicComponentCreated ( UnityEngine c, JSON, obj ) : void
LoadPngIntoGraphic ( UnityEngine component, byte bytes ) : void
LoadTextureFromWWW ( UnityEngine c, string p ) : IEnumerator
PngGraphicLoadRequested ( UnityEngine component, uint textureID ) : void

Method Details

DestroyServerCreatedUI() public static method

public static DestroyServerCreatedUI ( ) : void
return void

ServerUICreated() public static method

public static ServerUICreated ( GameObject go ) : void
go GameObject
return void