1#include "Components/Core/DynamicComponent.h"
28 static void registerType();
33template<>
inline Cogs::StringView getName<Cogs::Core::RiserJointComponent>() {
return "RiserJointComponent"; }
void setChanged()
Sets the component to the ComponentFlags::Changed state with carry.
Base class for components implementing dynamic behavior.
float connectorLength
Radius of the connectors.
float startDepth
Start depth along trajectory.
float innerRadius
Inner radius of the joint.
float outerRadius
Outer radius of the joint.
float endDepth
End depth along trajectory.
float connectorRadius
Length of the connectors.
Provides a weakly referenced view over the contents of a string.
Contains all Cogs related functionality.