Engine API Reference - v2.23.0-beta.17
    Preparing search index...

    Interface AnimCurvePath

    interface AnimCurvePath {
        component: string;
        entityPath: string[];
        propertyPath: string[];
    }
    Index
    component: string

    The name of the component that owns the property, or graph for a transform on the entity itself.

    entityPath: string[]

    The names of the entities from the animation root down to the target entity.

    propertyPath: string[]

    The property name segments, for example ['localPosition'] or ['weight.Smile'].