Class SensorBase
Inheritance
System.Object
SensorBase
Assembly: cs.temp.dll.dll
Syntax
public abstract class SensorBase : MonoBehaviour
Fields
_vehicle
Declaration
protected Transform _vehicle
Field Value
Type |
Description |
Transform |
|
frameId
Declaration
Field Value
hasData
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Logger
Declaration
protected GameObjectLogger Logger
Field Value
Type |
Description |
GameObjectLogger |
|
SampleFrequency
Declaration
public float SampleFrequency
Field Value
Type |
Description |
System.Single |
|
streamInFixedUpdate
Declaration
public bool streamInFixedUpdate
Field Value
Type |
Description |
System.Boolean |
|
Properties
vehicle
Declaration
public Transform vehicle { get; }
Property Value
Type |
Description |
Transform |
|
Methods
Awake()
Declaration
Log<W>(W)
Declaration
protected void Log<W>(W data)
Parameters
Type |
Name |
Description |
W |
data |
|
Type Parameters
SampleSensor()
Declaration
protected abstract void SampleSensor()
UpdateVehicle()
Declaration
public void UpdateVehicle()