Documentation
    Preparing search index...

    Type Alias AnimationChannelDefinitionOfType<TAssetType>

    AnimationChannelDefinitionOfType: Extract<
        AnimationChannelDefinition,
        { targetPartProperty: TAssetType },
    >

    No description provided.

    Type Parameters