Class WrappedSpaces
Holder for wrapped spaces (world, chunk and plot).
Inheritance
System.Object
WrappedSpaces
Assembly: Eco.Shared.dll
Syntax
public static class WrappedSpaces : Object
Fields
Chunk
Declaration
public static WrappedSpace Chunk
Field Value
Plot
Declaration
public static WrappedSpace Plot
Field Value
World
Declaration
public static WrappedSpace World
Field Value
Methods
SetWrappedWorldSize(Vector3i)
Declaration
public static void SetWrappedWorldSize(Vector3i voxelSize)
Parameters
Type |
Name |
Description |
Vector3i |
voxelSize |
|