Interface AnimationChannelTarget

interface AnimationChannelTarget {
    entity: ISceneGraphEntity;
    pathName: AnimationPathName;
}

Properties

Properties