프로퍼티 | 타입 | 설명 | |
---|---|---|---|
isTeacher | int | ||
modelData | ModelDataTemplate | ||
socketIODisplay | Text | ||
useEditorModelsList | bool |
메소드 | 설명 | |
---|---|---|
Awake ( ) : void | ||
DeSerializeCoordsStruct ( Array arr ) : Komodo.Runtime.Position | ||
GetPlayerNameFromClientID ( int clientID ) : string | ||
OnDestroy ( ) : void | ||
OnUpdate ( float realTime ) : void | ||
ProcessMessage ( string typeAndMessage ) : void | ||
SendSyncInteractionMessage ( |
||
SendSyncPoseMessage ( Komodo.Runtime.Position pos ) : void | ||
SerializeCoordsStruct ( Komodo.Runtime.Position coords ) : float[] | ||
Start ( ) : void | ||
_DeserializeAndProcessSyncData ( string data ) : void |
메소드 | 설명 | |
---|---|---|
DeserializeAndProcessSyncDataAlternateVersion ( string data ) : void | ||
TestProcessMessage ( ) : void | ||
TestProcessSyncClientHeadMessage ( ) : void | ||
TestProcessSyncLockInteractionMessage ( ) : void | ||
TestProcessSyncNetObjectMessage ( ) : void | ||
_ClampFloatToInt32 ( float value ) : int | ||
_CreateSocketSimulator ( ) : void | ||
_DeserializeAndProcessInteractionData ( string data ) : void | ||
_GetModelsAndSessionDetails ( ) : void | ||
_GetParams ( ) : void | ||
_Tick ( ) : void |
public DeSerializeCoordsStruct ( Array arr ) : Komodo.Runtime.Position | ||
arr | Array | |
리턴 | Komodo.Runtime.Position |
public GetPlayerNameFromClientID ( int clientID ) : string | ||
clientID | int | |
리턴 | string |
public ProcessMessage ( string typeAndMessage ) : void | ||
typeAndMessage | string | |
리턴 | void |
public SendSyncInteractionMessage ( |
||
interaction | ||
리턴 | void |
public SendSyncPoseMessage ( Komodo.Runtime.Position pos ) : void | ||
pos | Komodo.Runtime.Position | |
리턴 | void |
public SerializeCoordsStruct ( Komodo.Runtime.Position coords ) : float[] | ||
coords | Komodo.Runtime.Position | |
리턴 | float[] |
public _DeserializeAndProcessSyncData ( string data ) : void | ||
data | string | |
리턴 | void |