2D animation keyframe nodes.

2D 动画关键帧节点的类。

构造函数

属性

_indexInList: number
_keyFrames: Keyframe2D[] = []
_ownerPath: string[] = []
_propertys: string[] = []
fullPath: string
nodePath: string

访问器

方法

  • 参数

    • index: number

      The index of the owner path to retrieve.

    返回 string

    Gets an owner path by its index in the list of owner paths.

    通过索引获取精灵路径列表中的精灵路径。

  • 参数

    • index: number

      The index of the property path to retrieve.

    返回 string

    Gets a property path by its index in the list of property paths.

    通过索引获取属性路径列表中的属性路径。