Skip to content

Struct ColliderSetup

ClassList > ColliderSetup

Stores the collider setup information.

  • #include <ManusSDKTypes.h>

Public Attributes

Type Name
BoxColliderSetup box
CapsuleColliderSetup capsule
ManusVec3 localPosition
ManusVec3 localRotation
uint32_t nodeID
SphereColliderSetup sphere
ColliderType type

Public Attributes Documentation

variable box

BoxColliderSetup ColliderSetup::box;

variable capsule

CapsuleColliderSetup ColliderSetup::capsule;

variable localPosition

ManusVec3 ColliderSetup::localPosition;

variable localRotation

ManusVec3 ColliderSetup::localRotation;

variable nodeID

uint32_t ColliderSetup::nodeID;

variable sphere

SphereColliderSetup ColliderSetup::sphere;

variable type

ColliderType ColliderSetup::type;

The documentation for this class was generated from the following file api/cppSDK/SDKClient/ManusSDKTypes.h