3#include <JoltPlugin/Constraints/JoltConstraintComponent.h>
26 virtual void ApplySettings()
override;
27 virtual void CreateContstraintType(JPH::Body* pBody0, JPH::Body* pBody1)
override;
28 virtual bool ExceededBreakingPoint()
override;
Definition ComponentManager.h:88
Base class for all Jolt physics joints (constraints).
Definition JoltConstraintComponent.h:73
virtual void DeserializeComponent(plWorldReader &inout_stream) override
Override this to load the current state of the component from the given stream.
Definition JoltConstraintComponent.cpp:214
virtual void SerializeComponent(plWorldWriter &inout_stream) const override
Override this to save the current state of the component to the given stream.
Definition JoltConstraintComponent.cpp:194
Implements a physics constraint that allows rotation around one point.
Definition JoltPointConstraintComponent.h:11
Reads a world description from a stream. Allows to instantiate that world multiple times in different...
Definition WorldReader.h:47
Stores an entire plWorld in a stream.
Definition WorldWriter.h:13