Skip to content

EntropyCanvas::FirstPersonControllerComponent

EntropyCanvas::FirstPersonControllerComponent

Section titled “EntropyCanvas::FirstPersonControllerComponent”

First-person camera controller component. More…

#include <Animation.h>

Name
floatyaw
floatpitch
floatmoveSpeed
floatlookSensitivity
struct EntropyCanvas::FirstPersonControllerComponent;

First-person camera controller component.

Provides WASD movement and mouse look controls.

float yaw {0.0f};
float pitch {0.0f};
float moveSpeed {5.0f};
float lookSensitivity {0.002f};

Updated on 2026-01-26 at 17:14:35 -0500