unreal.GeometryCollectionPhysicsTypeEnum

class unreal.GeometryCollectionPhysicsTypeEnum

Bases: unreal.EnumBase

EGeometry Collection Physics Type Enum

C++ Source:

  • Module: Chaos

  • File: GeometryCollectionSimulationTypes.h

CHAOS_ANGULAR_TORQUE

Add a vector field to the particles angular torque.

Type

7

CHAOS_ANGULAR_VELOCITY

Add a vector field to the particles angular velocity.

Type

0

CHAOS_COLLISION_GROUP

Set the particles collision group.

Type

5

CHAOS_DYNAMIC_STATE

Set the dynamic state of a particle (static, dynamic, kinematic…)

Type

1

CHAOS_INITIAL_ANGULAR_VELOCITY

Initial particles angular velocity.

Type

3

CHAOS_INITIAL_LINEAR_VELOCITY

Initial particles linear velocity.

Type

4

CHAOS_LINEAR_FORCE

Add a vector field to the particles linear force.

Type

6

CHAOS_LINEAR_VELOCITY

Add a vector field to the particles linear velocity.

Type

2