C# Class DroneNetworkManager, KestrelFPV

Inheritance: MonoBehaviour
显示文件 Open project: eleurent/KestrelFPV

Public Properties

Property Type Description
Cameras GameObject
OptionsCanvas GameObject
RaceManager GameObject
Skin UnityEngine.GUISkin
spawnZoneCenter Vector3
spawnZoneDimension Vector3
spawnZoneRotation Vector3

Public Methods

Method Description
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

Method Details

Awake() public method

public Awake ( ) : void
return void

CreatePlayerObject() public method

public CreatePlayerObject ( ) : void
return void

GetMyDrone() public method

public GetMyDrone ( ) : GameObject
return GameObject

OnDisconnectedFromPhoton() public method

public OnDisconnectedFromPhoton ( ) : void
return void

OnFailedToConnectToPhoton() public method

public OnFailedToConnectToPhoton ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnJoinedRoom() public method

public OnJoinedRoom ( ) : void
return void

OnLeftRoom() public method

public OnLeftRoom ( ) : void
return void

OnMasterClientSwitched() public method

public OnMasterClientSwitched ( PhotonPlayer, player ) : void
player PhotonPlayer,
return void

OnPhotonInstantiate() public method

public OnPhotonInstantiate ( PhotonMessageInfo, info ) : void
info PhotonMessageInfo,
return void

OnPhotonPlayerConnected() public method

public OnPhotonPlayerConnected ( PhotonPlayer, player ) : void
player PhotonPlayer,
return void

OnPhotonPlayerDisconnected() public method

public OnPhotonPlayerDisconnected ( PhotonPlayer, player ) : void
player PhotonPlayer,
return void

Property Details

Cameras public_oe property

public GameObject Cameras
return GameObject

OptionsCanvas public_oe property

public GameObject OptionsCanvas
return GameObject

RaceManager public_oe property

public GameObject RaceManager
return GameObject

Skin public_oe property

public GUISkin,UnityEngine Skin
return UnityEngine.GUISkin

spawnZoneCenter public_oe property

public Vector3 spawnZoneCenter
return Vector3

spawnZoneDimension public_oe property

public Vector3 spawnZoneDimension
return Vector3

spawnZoneRotation public_oe property

public Vector3 spawnZoneRotation
return Vector3