Interface IWorldObserver
Assembly: Eco.Shared.dll
Syntax
public interface IWorldObserver : INetObjectViewer, INotifyNetObjectDestroy
Properties
ChangedChunksSendCapacity
Declaration
int ChangedChunksSendCapacity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ChunkColumnsSendCapacity
Declaration
int ChunkColumnsSendCapacity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ChunkViewDistance
Declaration
ViewDistance ChunkViewDistance { get; }
Property Value
FacingDir
Declaration
Vector3 FacingDir { get; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
IsInitialized
Declaration
bool IsInitialized { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastCheckedPosition
Declaration
Vector3 LastCheckedPosition { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
LastCheckedViewDistance
Declaration
float LastCheckedViewDistance { get; set; }
Property Value
Type |
Description |
System.Single |
|
Position
Declaration
Vector3 Position { get; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
SimulationViewDistance
Declaration
ViewDistance SimulationViewDistance { get; }
Property Value
ViewDistance
Declaration
ViewDistance ViewDistance { get; }
Property Value
Methods
ConvertToType(Type)
Declaration
object ConvertToType(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Type |
Description |
System.Object |
|
Error(LocString)
Declaration
void Error(LocString msg)
Parameters
IsAdmin()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Extension Methods