Contents

CharacterControllerStateComponent

A component that represents the state of a character controller.

Declaration

struct CharacterControllerStateComponent

Overview

RealityKit adds this component to an entity when you add a CharacterControllerComponent instance to it. Manually adding this component to an entity that has a character controller component has no effect because it’s redundant.

Topics

Creating a state component

Accessing character controller state

See Also

Character control