OpenFairyGUI API
Preparing search index...
functions/src
InspectReport
Interface InspectReport
Full inspection report for a FairyGUI project.
interface
InspectReport
{
packages
:
{
componentDetails
:
{
childCount
:
number
;
controllerCount
:
number
;
id
:
string
;
name
:
string
;
transitionCount
:
number
;
}
[]
;
id
:
string
;
name
:
string
;
publishName
:
string
;
resources
:
{
components
:
InspectCategoryReport
;
fonts
:
InspectCategoryReport
;
images
:
InspectCategoryReport
;
movieClips
:
InspectCategoryReport
;
sounds
:
InspectCategoryReport
;
}
;
}
[]
;
projectId
:
string
;
projectType
:
number
;
totals
:
{
components
:
number
;
controllers
:
number
;
displayObjects
:
number
;
fonts
:
number
;
gears
:
number
;
images
:
number
;
movieClips
:
number
;
packages
:
number
;
sounds
:
number
;
transitions
:
number
;
}
;
version
:
string
;
}
Index
Properties
packages
project
Id
project
Type
totals
version
Properties
packages
packages
:
{
componentDetails
:
{
childCount
:
number
;
controllerCount
:
number
;
id
:
string
;
name
:
string
;
transitionCount
:
number
;
}
[]
;
id
:
string
;
name
:
string
;
publishName
:
string
;
resources
:
{
components
:
InspectCategoryReport
;
fonts
:
InspectCategoryReport
;
images
:
InspectCategoryReport
;
movieClips
:
InspectCategoryReport
;
sounds
:
InspectCategoryReport
;
}
;
}
[]
project
Id
projectId
:
string
project
Type
projectType
:
number
totals
totals
:
{
components
:
number
;
controllers
:
number
;
displayObjects
:
number
;
fonts
:
number
;
gears
:
number
;
images
:
number
;
movieClips
:
number
;
packages
:
number
;
sounds
:
number
;
transitions
:
number
;
}
version
version
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
packages
project
Id
project
Type
totals
version
OpenFairyGUI API
Loading...
Full inspection report for a FairyGUI project.