Interface IWrappedPosition3WithUnboundedY<T>
Interface for unbounded by Y wrapped positions (Y may go negative or over world size Y). May be useful for intermediate calculations or for movable object positions which not tight to world grid space.
Assembly: Eco.Shared.dll
Syntax
public interface IWrappedPosition3WithUnboundedY<out T> : IWrappedPosition3<T>, IPosition3<T>
Type Parameters
Explicit Interface Implementations
IWrappedPosition3<T>.HasBoundedY
Declaration
bool IWrappedPosition3<T>.HasBoundedY { get; }
Returns
Type |
Description |
System.Boolean |
|
Extension Methods