new AssetComponent()
MEMBERS
-
readonly duplicateSource :string
-
String indicating the source of this AssetComponent if it is a duplicate. IncisorĀ® automatically detects when two or more AssetComponents are identical, ensuring that only one copy of the associated data is loaded to reduce the loaded size of the project. Those AssetComponents that are duplicates are marked by indicating the name of the source of their data. This member is undefined for AssetComponents that are not duplicates.
- Default Value:
- undefined
-
inheritedTypes :object
-
Dictionary object listing all of the types this object is compatible with.
-
readonly isLoaded :boolean
-
Boolean indicating if this AssetComponent is currently loaded.
-
readonly loadingTierRequirements :Array.<number>
-
The LoadingTier that this AssetComponent belongs too. LoadingTiers are a means to organize AssetComponents into separately downloadable groups.
-
readonly name :string
-
The AssetComponent's name. This must be unique among AssetComponents of its type.
-
type :string
-
Type identifier