Interface OAVComponentParamMap

OAV 组件参数映射 {key: OAV组件名称,value:组件参数类定义}

Hierarchy

  • OAVComponentParamMap

Properties

OAVAccordionObjectView: {
    component: "OAVAccordionObjectView";
    componentParam: Object;
}

Type declaration

  • component: "OAVAccordionObjectView"
  • componentParam: Object
OAVArray: OAVArrayParam
OAVComponentList: {
    component: "OAVComponentList";
    componentParam: Object;
}

Type declaration

  • component: "OAVComponentList"
  • componentParam: Object
OAVCubeMap: {
    component: "OAVCubeMap";
    componentParam: Object;
}

Type declaration

  • component: "OAVCubeMap"
  • componentParam: Object
OAVDefault: OAVDefaultParam
OAVEnum: OAVEnumParam
OAVFeng3dPreView: {
    component: "OAVFeng3dPreView";
    componentParam: Object;
}

Type declaration

  • component: "OAVFeng3dPreView"
  • componentParam: Object
OAVGameObjectName: {
    component: "OAVGameObjectName";
    componentParam: Object;
}

Type declaration

  • component: "OAVGameObjectName"
  • componentParam: Object
OAVImage: {
    component: "OAVImage";
    componentParam: Object;
}

Type declaration

  • component: "OAVImage"
  • componentParam: Object
OAVMaterialName: {
    component: "OAVMaterialName";
    componentParam: Object;
}

Type declaration

  • component: "OAVMaterialName"
  • componentParam: Object
OAVMultiText: {
    component: "OAVMultiText";
    componentParam: Object;
}

Type declaration

  • component: "OAVMultiText"
  • componentParam: Object
OAVObjectView: {
    component: "OAVObjectView";
    componentParam: Object;
}

Type declaration

  • component: "OAVObjectView"
  • componentParam: Object
OAVParticleComponentList: {
    component: "OAVParticleComponentList";
    componentParam: Object;
}

Type declaration

  • component: "OAVParticleComponentList"
  • componentParam: Object
OAVPick: OAVPickParam
OAVVector3: OAVVector3Param

Generated using TypeDoc