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

DOC_ONLY_AssetSettings

Asset settings are configurations specific to each asset in your project. They enable you to adjust properties like size, geometry, pivot points, and other optimizations to fine-tune the asset's performance and behavior.

DOC_ONLY_AssetSettings

MEMBERS

allowDuplicateRemoval :boolean

A flag indicating whether duplicate removal is allowed.

See:
  • For a detailed description of this and all other configurable properties, see Asset Settings.

assetConfigurationFilters :json

The asset configuration filters

See:
  • For a detailed description of this and all other configurable properties, see Asset Settings.

docFormatVersion :number

The document format version.

See:
  • For a detailed description of this and all other configurable properties, see Asset Settings.

fontConfiguration :json

The font configuration used.

See:
  • For a detailed description of this and all other configurable properties, see Asset Settings.

fontFamily :json

The font family used.

See:
  • For a detailed description of this and all other configurable properties, see Asset Settings.

imageConfigurations :json

Object containing image configuration settings.

Properties:
Name Type Description
allowAdditiveTrimBuffer boolean

Flag to allow additive trim buffer.

alphaThreshold number

The alpha threshold for image configurations.

applyAssetPackageScaling boolean

Flag to apply asset package scaling.

compression string

The compression setting for image assets.

downscalingMode string

The mode for downscaling image assets.

imageScalingAffectsHugging boolean

Flag to indicate whether image scaling affects hugging.

pivotPointOffsetX number

The pivot point offset on the X-axis.

pivotPointOffsetY number

The pivot point offset on the Y-axis.

pivotPointOffsetZ number

The pivot point offset on the Z-axis.

premultiplyAlpha number

Flag to indicate whether to premultiply alpha.

resolutionScaleX number

The resolution scale on the X-axis.

resolutionScaleY number

The resolution scale on the Y-axis.

shapify boolean

Flag to enable or disable shapify.

shapifyEdgeRange number

The shapify edge range.

shapifyOptimizationLevel number

The shapify optimization level.

spriteSheet string

The sprite sheet setting for images.

spriteSheetDimensionLimit number

The dimension limit for the sprite sheet.

spriteSheetPlacementBuffer number

The placement buffer for the sprite sheet.

trimBuffer number

The trim buffer for image assets.

trimMode string

The trim mode for image assets.

unitsPerPixelX number

The number of units per pixel on the X-axis.

unitsPerPixelY number

The number of units per pixel on the Y-axis.

unitsPerPixelZ number

The number of units per pixel on the Z-axis.

upscalingMode string

The upscaling mode for image assets.

wrapModeH string

The horizontal wrap mode for image assets.

wrapModeV string

The vertical wrap mode for image assets.

See:
  • For a detailed description of this and all other configurable properties, see Asset Settings.

includeWhenBuilt :boolean

A flag indicating whether the asset should be included when built.

See:
  • For a detailed description of this and all other configurable properties, see Asset Settings.

loadingTier :number

The loading tier for the asset.

See:
  • For a detailed description of this and all other configurable properties, see Asset Settings.

typeFontScale :number

The font scale for the asset type.

See:
  • For a detailed description of this and all other configurable properties, see Asset Settings.