7 #ifndef NDK_COMPONENTS_VELOCITYCOMPONENT_HPP 8 #define NDK_COMPONENTS_VELOCITYCOMPONENT_HPP 10 #include <Nazara/Math/Vector3.hpp> 11 #include <NDK/Component.hpp> 15 class VelocityComponent;
19 class NDK_API
VelocityComponent :
public Component<VelocityComponent>,
public Nz::HandledObject<VelocityComponent>
29 static ComponentIndex componentIndex;
33 #include <NDK/Components/VelocityComponent.inl> 35 #endif // NDK_COMPONENTS_VELOCITYCOMPONENT_HPP TODO: For now is unable to display different color in the history, it needs a RichTextDrawer to do so...
Definition: Algorithm.hpp:12
NDK class that represents the component for velocity.
Definition: VelocityComponent.hpp:19
static Vector3 Zero()
Shorthand for the vector (0, 0, 0)
Definition: Vector3.inl:1244