This class wraps a workshop editor model and allows it to spawn in the world.
public GameObjectWrapper Spawn(LuaVector3 position, LuaQuaternion rotation)
(Client) Spawn this model in the world.
Arguments
(Vector3) The position to spawn at. [position]
(Quaternion) The rotation to spawn with. [rotation]
Returns: (GameObject) The spawned model.