public void Wear(int root, string[] models, bool autoTemp) { GameObject go = LuaObjs.GetGameObject(root); if (go == null) { return; } Wear(go, models, autoTemp); }
public void SetModel(int goID, RuntimeAnimatorController control) { GameObject go = LuaObjs.GetGameObject(goID); SetModel(go, control); }