C# 클래스 SceneChat, KestrelFPV

상속: Photon.MonoBehaviour
파일 보기 프로젝트 열기: eleurent/KestrelFPV 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AlignBottom bool
ChatRPC string
GuiRect Rect
IsVisible bool
Skin UnityEngine.GUISkin
messages List

공개 메소드들

메소드 설명
AddLine ( string newLine ) : void
OnGUI ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
Chat ( string newLine, PhotonMessageInfo, mi ) : void

메소드 상세

AddLine() 공개 메소드

public AddLine ( string newLine ) : void
newLine string
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

AlignBottom 공개적으로 프로퍼티

public bool AlignBottom
리턴 bool

ChatRPC 공개적으로 정적으로 프로퍼티

public static string ChatRPC
리턴 string

GuiRect 공개적으로 프로퍼티

public Rect GuiRect
리턴 Rect

IsVisible 공개적으로 프로퍼티

public bool IsVisible
리턴 bool

Skin 공개적으로 프로퍼티

public GUISkin,UnityEngine Skin
리턴 UnityEngine.GUISkin

messages 공개적으로 프로퍼티

public List messages
리턴 List