Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
MotionType.h
Go to the documentation of this file.
1// Jolt Physics Library (https://github.com/jrouwe/JoltPhysics)
2// SPDX-FileCopyrightText: 2021 Jorrit Rouwe
3// SPDX-License-Identifier: MIT
4
5#pragma once
6
8
16
std::uint8_t uint8
Definition Core.h:501
#define JPH_NAMESPACE_END
Definition Core.h:425
#define JPH_NAMESPACE_BEGIN
Definition Core.h:419
EMotionType
Motion type of a physics body.
Definition MotionType.h:11
@ Kinematic
Movable using velocities only, does not respond to forces.
Definition MotionType.h:13
@ Static
Non movable.
Definition MotionType.h:12
@ Dynamic
Responds to forces as a normal physics object.
Definition MotionType.h:14