Skip to content

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

BoxColliderSetup Manus.CoreSDK.ColliderSetup.box;

variable capsule

CapsuleColliderSetup Manus.CoreSDK.ColliderSetup.capsule;

variable localPosition

ManusVec3 Manus.CoreSDK.ColliderSetup.localPosition;

variable localRotation

ManusVec3 Manus.CoreSDK.ColliderSetup.localRotation;

variable nodeID

uint Manus.CoreSDK.ColliderSetup.nodeID;

variable sphere

SphereColliderSetup Manus.CoreSDK.ColliderSetup.sphere;

variable type

ColliderType Manus.CoreSDK.ColliderSetup.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