EntropyCanvas::FirstPersonControllerComponent
EntropyCanvas::FirstPersonControllerComponent
Section titled “EntropyCanvas::FirstPersonControllerComponent”First-person camera controller component. More…
#include <Animation.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| float | yaw |
| float | pitch |
| float | moveSpeed |
| float | lookSensitivity |
Detailed Description
Section titled “Detailed Description”struct EntropyCanvas::FirstPersonControllerComponent;First-person camera controller component.
Provides WASD movement and mouse look controls.
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable yaw
Section titled “variable yaw”float yaw {0.0f};variable pitch
Section titled “variable pitch”float pitch {0.0f};variable moveSpeed
Section titled “variable moveSpeed”float moveSpeed {5.0f};variable lookSensitivity
Section titled “variable lookSensitivity”float lookSensitivity {0.002f};Updated on 2026-01-26 at 17:14:35 -0500