What is Incisor?
Tutorials
Key Concepts
Reddit
Stack Overflow
Deprecation Schedule

Geometry() extends AssetComponent

A Geometry is an object that defines a GraphicAsset's vertices, and the associated Materials and attributes. [NON-INSTANTIABLE]

new Geometry()

MEMBERS

readonly sourceHeight :number

The height of the source asset (with 'units per pixel' pre-applied).

readonly sourceWidth :number

The width of the source asset (with 'units per pixel' pre-applied).

readonly unitsPerPixel :Array.<number>

The 'unitsPerPixel' scaler values for this Geometry.

Members below are inherited from the parent class.

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.

Inherited From:

Default Value:
  • undefined

inheritedTypes :object

Dictionary object listing all of the types this object is compatible with.

Inherited From:

readonly isLoaded :boolean

Boolean indicating if this AssetComponent is currently loaded.

Inherited From:

readonly loadingTierRequirements :Array.<number>

The LoadingTier that this AssetComponent belongs too. LoadingTiers are a means to organize AssetComponents into separately downloadable groups.

Inherited From:

readonly name :string

The AssetComponent's name. This must be unique among AssetComponents of its type.

Inherited From:

type :string

Type identifier

Inherited From: