Type Alias AnimationPathName

AnimationPathName:
    | "undefined"
    | "translate"
    | "quaternion"
    | "scale"
    | "weights"
    | `material/${string}`
    | "light_color"
    | "light_intensity"
    | "light_range"
    | "light_spot_innerConeAngle"
    | "light_spot_outerConeAngle"
    | "camera_znear"
    | "camera_zfar"
    | "camera_fovy"
    | "camera_xmag"
    | "camera_ymag"
    | "effekseer"

animation path name type of animation.channel.target.path in glTF2 See: https://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html#_animation_channels