Interface IPositionAndBounds
Namespace: Eco.Shared.Networking
Assembly: Eco.Shared.dll
Syntax
public interface IPositionAndBounds
Properties
Bounds
Declaration
Rect Bounds { get; }
Property Value
Type | Description |
---|---|
Rect |
Position
Declaration
Vector3 Position { get; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector3 |