public class ModelResource : UnityObjectWrapper

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

Returns: (GameObject) The spawned model.