Interface QuickShotOption

角色快照参数

interface QuickShotOption {
    animationStartTime: number;
    height: number;
    isShowBackground?: boolean;
    width: number;
}

Properties

animationStartTime: number
height: number
isShowBackground?: boolean
width: number

Generated using TypeDoc