Add 3D Component
GameObject.Find("Mod3DAPI").SendMessage("Add3DComponent", new object[]
{
Instance,
"Thruster3D"
}, SendMessageOptions.DontRequireReceiver);Last updated
Was this helpful?
GameObject.Find("Mod3DAPI").SendMessage("Add3DComponent", new object[]
{
Instance,
"Thruster3D"
}, SendMessageOptions.DontRequireReceiver);Last updated
Was this helpful?
Was this helpful?