Class FixedPositionStateReceiverBackend
Inheritance
FixedPositionStateReceiverBackend
Assembly: Holoride.ElasticSDK.StateReceivers.dll
Syntax
[PublicAPI]
public sealed class FixedPositionStateReceiverBackend : StateReceiverBackend
Properties
Location
Gets or sets the GeoCoordinate this state receiver backend emits.
Declaration
public GeoCoordinate Location { get; set; }
Property Value
VehicleSensorState
Declaration
public override VehicleSensorState VehicleSensorState { get; protected set; }
Property Value
Overrides
Methods
Enable()
Declaration
public override void Enable()
Overrides