MBB
Struct
Read time 1 minuteLast updated 19 hours ago
Inherited Members
- Equals(object)
- GetHashCode()
- ToString()
- Equals(object, object)
- GetType()
- ReferenceEquals(object, object)
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public struct MBB
Constructors
MBB(OBB)
Parameterspublic MBB(OBB value)
Type | Name | Description |
|---|---|---|
| OBB | value |
Fields
_base
Returnspublic OBB _base
Type | Description |
|---|---|
| OBB |
Operators
implicit operator OBB(MBB)
Parameterspublic static implicit operator OBB(MBB v)
Type | Name | Description |
|---|---|---|
| MBB | v |
Type | Description |
|---|---|
| OBB |
implicit operator MBB(OBB)
Parameterspublic static implicit operator MBB(OBB v)
Type | Name | Description |
|---|---|---|
| OBB | v |
Type | Description |
|---|---|
| MBB |