User Tools

Site Tools


DzPresentation

Represents the presentation for an asset.

More...

Inherits :

Properties

Constructors

DAZ Script
DzPresentation ()

Detailed Description

See Also:

Properties


String : autoFitBase

The auto fit base that this asset is.


Color : colorA

A color hint to be used in conjunction with colorB to define a 2 color linear gradient used by UI elements displayed to the user.


Color : colorB

A color hint to be used in conjunction with colorA to define a 2 color linear gradient used by UI elements displayed to the user.


String : description

A human readable, end-user facing, description of the item that the presentation is attached to.


Array : extendedBases

The other bases this item may be treated like.

Since:

  • 4.12.2.44

String : iconLarge

The relative path (uri) corresponding to a large image. For a DzFloatProperty that applies a DzMorph, this image is used for display as a “Card” (vertical slider). If iconSmall is not defined, the path defined here is also used (scaled) for the horizontal slider.


String : iconSmall

The relative path (uri) corresponding to a small image. For a DzFloatProperty that applies a DzMorph, this image is used for display in a horizontal slider. If this is not defined and a value is defined for iconLarge, its value will be used and the image will be scaled down.


String : label

A human readable label for the presentation.


String : preferredBase

The preferred base this item tries to follow. If this is does not match the autoFitBase of the conform target, auto-fit will try to convert the content.


String : type

A hint to the intended purpose of what the presentation is attached to. For a DzFloatProperty that applies a DzMorph intended to adjust the shape of the underlying structure of an object (e.g. “Nose Height” or “Eye Width”), this would be “Modifier/Shape”. For a DzFloatProperty intended to be used for posing a DzBone of a figure, or to adjust a DzMorph that makes non-structural this would be “Modifier/Pose”.

Constructors


DzPresentation()

Default Constructor.