Nebula
Loading...
Searching...
No Matches
Physics::CharacterCreateInfo::CapsuleInfo Struct Reference

#include <physicsinterface.h>

Public Attributes

float radius
 Radius of this capsule.
 
float height
 Height of this capsule. The total height will be height + 2 * radius.
 
bool constrainClimbing
 If set to false, the capsule will climb over surfaces according to impact normal.
 

Member Data Documentation

◆ constrainClimbing

bool Physics::CharacterCreateInfo::CapsuleInfo::constrainClimbing

If set to false, the capsule will climb over surfaces according to impact normal.

If set to true, climbing will be limited according to the step offset.

◆ height

float Physics::CharacterCreateInfo::CapsuleInfo::height

Height of this capsule. The total height will be height + 2 * radius.

◆ radius

float Physics::CharacterCreateInfo::CapsuleInfo::radius

Radius of this capsule.


The documentation for this struct was generated from the following file: