C# Class NetworkDrone, KestrelFPV

Inheritance: Photon.MonoBehaviour
Datei anzeigen 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_oe property

public float KdRate
return float

KdSpeed public_oe property

public float KdSpeed
return float

KpAngle public_oe property

public float KpAngle
return float

KpPosition public_oe property

public float KpPosition
return float