Class PeriodicUpdateSpatial
Updates only when a position changes sufficiently or time has changed.
Inheritance
System.Object
PeriodicUpdateSpatial
Assembly: Eco.Shared.dll
Syntax
public class PeriodicUpdateSpatial : PeriodicUpdate
Constructors
PeriodicUpdateSpatial(Double, Single)
Declaration
public PeriodicUpdateSpatial(double time, float distance)
Parameters
Type |
Name |
Description |
System.Double |
time |
|
System.Single |
distance |
|
Methods
DoSpatialUpdate(Vector3)
Declaration
public bool DoSpatialUpdate(Vector3 pos)
Parameters
Type |
Name |
Description |
System.Numerics.Vector3 |
pos |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods