class MAGES::ExampleScene::SkinBoxMeshCollider¶
Overview¶
A Class that manages the skin collider of the SkinBox. More…
class SkinBoxMeshCollider: public MonoBehaviour
{
public:
// methods
void Start();
void Update();
};
Detailed Documentation¶
A Class that manages the skin collider of the SkinBox.
Methods¶
void Start()
Start function.
void Update()
Start is called before the first frame update.