Method Create
Create(NwArea, Vector3, float)
Create a new location from the specified area, position and orientation
public static Location? Create(NwArea area, Vector3 position, float orientation)
Parameters
areaNwAreaThe area of the location.
positionVector3The position of the location.
orientationfloatThe rotation of the location.
Returns
- Location
The created location.