Closed mattrdowney closed 6 years ago
AddComponent< PlanetariaCollider >() - cache colliders AddComponent< PlanetariaMonoBehaviour >() - setup AddComponent<...>()
In theory, I could add AddComponent<BoxCollider>() but I would probably not allow that directly (the user would have to manually get the GameObject and add to that.
AddComponent<BoxCollider>()
Impossible to implement without serious user difficulty in other aspects of PlanetariaMonoBehaviour
Nevermind
Fixed as of ec9f70746d267ac351ad85594acd828cbaaec9b2
AddComponent< PlanetariaCollider >() - cache colliders AddComponent< PlanetariaMonoBehaviour >() - setup AddComponent<...>()
In theory, I could add
AddComponent<BoxCollider>()
but I would probably not allow that directly (the user would have to manually get the GameObject and add to that.