Interface ISectionInfo

timeline中的片段(section)类型

interface ISectionInfo {
    animationGroupValue?: IAnimationGroup[];
    assetId: string;
    belongId?: string;
    blendShape?: string;
    dynamicBone?: string;
    eventName?: string;
    hasNoSource?: boolean;
    isActive?: boolean;
    nickName?: INickName;
    position?: IPoint;
    rotation?: IRotation;
    scaling?: IScaling;
    segmentId: string;
    startTime: number;
    time: number;
    tv?: string;
    type: string;
    url?: string;
    width?: number;
}

Properties

animationGroupValue?: IAnimationGroup[]
assetId: string
belongId?: string
blendShape?: string
dynamicBone?: string
eventName?: string
hasNoSource?: boolean
isActive?: boolean
nickName?: INickName
position?: IPoint
rotation?: IRotation
scaling?: IScaling
segmentId: string
startTime: number
time: number
tv?: string
type: string
url?: string
width?: number

Generated using TypeDoc