C# Class NetworkDrone, KestrelFPV

Inheritance: Photon.MonoBehaviour
Show file Open project: eleurent/KestrelFPV

Public Properties

Property Type Description
KdRate float
KdSpeed float
KpAngle float
KpPosition float

Public Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void
OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnPhotonSerializeView() public method

public OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
stream PhotonStream,
info PhotonMessageInfo,
return void

Property Details

KdRate public property

public float KdRate
return float

KdSpeed public property

public float KdSpeed
return float

KpAngle public property

public float KpAngle
return float

KpPosition public property

public float KpPosition
return float