Metatell AI Bot - v0.0.10
    Preparing search index...

    Head rotation component (ID: 4) Can be Euler angles (3 values) or Quaternion (4 values)

    interface HeadRotationComponent {
        components?: Vec3 | Quat;
        forceRender?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    components?: Vec3 | Quat
    forceRender?: boolean