diff --git a/BoxColliderHelper.md b/BoxColliderHelper.md index 2dac786..f919348 100644 --- a/BoxColliderHelper.md +++ b/BoxColliderHelper.md @@ -1,6 +1,14 @@
The component attached to the Box Collider. We use this as a simple way to retrieve information from the Box Collider in one call and send the information to the GPU.
- + + + + +| The component attached to the Box Collider. We use this as a simple way to retrieve information from the Box Collider in one call and send the information to the GPU. |
|
+| -------- | -------- |
+
+
+
+
Float: Min 0, Max 1, Default 0.8.
Returns the following Struct:
-public struct CollidableCubeStruct {
+
+```
+public struct CollidableCubeStruct {
public Vector3 center;
public Vector3 rotation;
public Vector3 extent;
public float friction;
-}