C# 클래스 ChatVik, source

This simple chat example showcases the use of RPC targets and targetting certain players via RPCs.
상속: Photon.MonoBehaviour
파일 보기 프로젝트 열기: unityosgt/source 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SP ChatVik,
messages List

공개 메소드들

메소드 설명
AddMessage ( string text ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
OnCreatedRoom ( ) : void
OnGUI ( ) : void
OnJoinedRoom ( ) : void
OnLeftRoom ( ) : void
SendChat ( PhotonPlayer, target ) : void
SendChat ( PhotonTargets target ) : void
SendChatMessage ( string text, PhotonMessageInfo, info ) : void

메소드 상세

AddMessage() 공개 메소드

public AddMessage ( string text ) : void
text string
리턴 void

프로퍼티 상세

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

public static ChatVik, SP
리턴 ChatVik,

messages 공개적으로 프로퍼티

public List messages
리턴 List