Class Garage
Class wrapping a garage as seen in singleplayer
Inherited Members
Namespace: Slipe.Client.GameWorld
Assembly: SlipeClient.dll
Syntax
public class Garage : SharedGarage
Constructors
| Improve this Doc View SourceGarage(GarageLocation)
Declaration
public Garage(GarageLocation garage)
Parameters
Type | Name | Description |
---|---|---|
GarageLocation | garage |
Properties
| Improve this Doc View SourceBoundingBox
Get the bounding box of a garage.
Declaration
public Vector4 BoundingBox { get; }
Property Value
Type | Description |
---|---|
Vector4 |
Position
Gets the coordinates of the garage
Declaration
public Vector3 Position { get; }
Property Value
Type | Description |
---|---|
Vector3 |
Size
Get the size of the garage
Declaration
public Vector3 Size { get; }
Property Value
Type | Description |
---|---|
Vector3 |