Interface IPathConfig

Path 配置

interface IPathConfig {
    attitude: EMotionType;
    birthPointList: IBirthPoint[];
    groupId: string;
    groupName: string;
    id: string;
    name: string;
    onlinePathType?: VideoRoamingFirst | VideoRoamingThird | VideoFixedThird | VideoNavFirstRotate | VideoNavThirdRotate | PanoramaRoamingFirst | PanoramaNavFirst | VideoNavFirst | VideoNavThird | PanoramaRealtime | PanoramaPoint | PanoramaVideo | IBRRoamingFirst | IBRRoamingThird | VideoSurroundThird | IBR3DRoamingFirst | IBR3DRoamingThird | IBRFixedPath | IBRPanoramaPoint;
    pathType: EPathType;
    personType: EPersonType;
    renderType: ERenderType;
    step: number;
}

Properties

attitude: EMotionType
birthPointList: IBirthPoint[]
groupId: string
groupName: string
id: string
name: string
onlinePathType?: VideoRoamingFirst | VideoRoamingThird | VideoFixedThird | VideoNavFirstRotate | VideoNavThirdRotate | PanoramaRoamingFirst | PanoramaNavFirst | VideoNavFirst | VideoNavThird | PanoramaRealtime | PanoramaPoint | PanoramaVideo | IBRRoamingFirst | IBRRoamingThird | VideoSurroundThird | IBR3DRoamingFirst | IBR3DRoamingThird | IBRFixedPath | IBRPanoramaPoint
pathType: EPathType
personType: EPersonType
renderType: ERenderType
step: number

Generated using TypeDoc