API ReferenceSandbox
MapLoaderclass
object→MapLoader
Constructors1
Showing 1 constructors
public MapLoader(Sandbox.SceneWorld world, Sandbox.PhysicsWorld physics, Vector3 origin = null)
| Parameter | Type | Description |
|---|---|---|
| world | SceneWorld | — |
| physics | PhysicsWorld | — |
| origin = null | Vector3 | — |
No results match this filter.
Methods1
Showing 1 methods
protected virtual void CreateObject(Sandbox.MapLoader.ObjectEntry kv)
Create an object from a serialized object entry
| Parameter | Type | Description |
|---|---|---|
| kv | ObjectEntry | — |
Returns:
void—No results match this filter.
Properties3
Showing 3 properties
public Sandbox.PhysicsWorld Sandbox.MapLoader.PhysicsWorld { get; set; }
public Sandbox.SceneWorld Sandbox.MapLoader.World { get; set; }
No results match this filter.