C# 클래스 DroneNetworkManager, KestrelFPV

상속: MonoBehaviour
파일 보기 프로젝트 열기: eleurent/KestrelFPV

공개 프로퍼티들

프로퍼티 타입 설명
Cameras GameObject
OptionsCanvas GameObject
RaceManager GameObject
Skin UnityEngine.GUISkin
spawnZoneCenter Vector3
spawnZoneDimension Vector3
spawnZoneRotation Vector3

공개 메소드들

메소드 설명
Awake ( ) : void
CreatePlayerObject ( ) : void
GetMyDrone ( ) : GameObject
OnDisconnectedFromPhoton ( ) : void
OnFailedToConnectToPhoton ( ) : void
OnGUI ( ) : void
OnJoinedRoom ( ) : void
OnLeftRoom ( ) : void
OnMasterClientSwitched ( PhotonPlayer, player ) : void
OnPhotonInstantiate ( PhotonMessageInfo, info ) : void
OnPhotonPlayerConnected ( PhotonPlayer, player ) : void
OnPhotonPlayerDisconnected ( PhotonPlayer, player ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

CreatePlayerObject() 공개 메소드

public CreatePlayerObject ( ) : void
리턴 void

GetMyDrone() 공개 메소드

public GetMyDrone ( ) : GameObject
리턴 GameObject

OnDisconnectedFromPhoton() 공개 메소드

public OnDisconnectedFromPhoton ( ) : void
리턴 void

OnFailedToConnectToPhoton() 공개 메소드

public OnFailedToConnectToPhoton ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

OnJoinedRoom() 공개 메소드

public OnJoinedRoom ( ) : void
리턴 void

OnLeftRoom() 공개 메소드

public OnLeftRoom ( ) : void
리턴 void

OnMasterClientSwitched() 공개 메소드

public OnMasterClientSwitched ( PhotonPlayer, player ) : void
player PhotonPlayer,
리턴 void

OnPhotonInstantiate() 공개 메소드

public OnPhotonInstantiate ( PhotonMessageInfo, info ) : void
info PhotonMessageInfo,
리턴 void

OnPhotonPlayerConnected() 공개 메소드

public OnPhotonPlayerConnected ( PhotonPlayer, player ) : void
player PhotonPlayer,
리턴 void

OnPhotonPlayerDisconnected() 공개 메소드

public OnPhotonPlayerDisconnected ( PhotonPlayer, player ) : void
player PhotonPlayer,
리턴 void

프로퍼티 상세

Cameras 공개적으로 프로퍼티

public GameObject Cameras
리턴 GameObject

OptionsCanvas 공개적으로 프로퍼티

public GameObject OptionsCanvas
리턴 GameObject

RaceManager 공개적으로 프로퍼티

public GameObject RaceManager
리턴 GameObject

Skin 공개적으로 프로퍼티

public GUISkin,UnityEngine Skin
리턴 UnityEngine.GUISkin

spawnZoneCenter 공개적으로 프로퍼티

public Vector3 spawnZoneCenter
리턴 Vector3

spawnZoneDimension 공개적으로 프로퍼티

public Vector3 spawnZoneDimension
리턴 Vector3

spawnZoneRotation 공개적으로 프로퍼티

public Vector3 spawnZoneRotation
리턴 Vector3