Struct Manus::CoreSDK::ColliderSetup
ClassList > Manus > CoreSDK > ColliderSetup
Stores the collider setup information.
Public Attributes
Type | Name |
---|---|
BoxColliderSetup | box |
CapsuleColliderSetup | capsule |
ManusVec3 | localPosition |
ManusVec3 | localRotation |
uint | nodeID |
SphereColliderSetup | sphere |
ColliderType | type |
Public Functions
Type | Name |
---|---|
ColliderSetup (uint p_NodeID, ManusVec3 p_LocalPosition, ManusVec3 p_LocalRotation, ColliderType p_Type, SphereColliderSetup p_Sphere, CapsuleColliderSetup p_Capsule, BoxColliderSetup p_Box) |
Public Attributes Documentation
variable box
variable capsule
variable localPosition
variable localRotation
variable nodeID
variable sphere
variable type
Public Functions Documentation
function ColliderSetup
inline Manus::CoreSDK::ColliderSetup::ColliderSetup (
uint p_NodeID,
ManusVec3 p_LocalPosition,
ManusVec3 p_LocalRotation,
ColliderType p_Type,
SphereColliderSetup p_Sphere,
CapsuleColliderSetup p_Capsule,
BoxColliderSetup p_Box
)
The documentation for this class was generated from the following file api/unity-plugin/Scripts/Core/ManusSDKTypes.cs