C# 클래스 CommunityEntity, rust-community

상속: PointEntity
파일 보기 프로젝트 열기: Notulp/rust-community 1 사용 예제들

공개 메소드들

메소드 설명
DestroyServerCreatedUI ( ) : void
ServerUICreated ( GameObject go ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DestroyServerCreatedUI() 공개 정적인 메소드

public static DestroyServerCreatedUI ( ) : void
리턴 void

ServerUICreated() 공개 정적인 메소드

public static ServerUICreated ( GameObject go ) : void
go GameObject
리턴 void