A container class for an element used to hold settings for controlling a simulation.
Inherits :
DAZ Script | |
---|---|
DzSimulationSettingsProvider | duplicateProvider ( DzElementDuplicateContext context ) |
DzShape | getShape () |
Boolean | modifyAsset ( DzUri newUri ) |
Boolean | modifyAsset () |
Boolean | shouldAlwaysEmbed () |
void | assetModified () |
void | assetWasSaved () |
void | settingsChanged () |
void | shapeChanged ( DzShape newShape, DzShape oldShape ) |
Since:
Holds the author of the file for this material. (Read Only)
Holds the revision version of the asset file for this material. (Read Only)
Holds the asset id for this material.
Holds the modified date of the asset file for this material. (Read Only)
Holds whether or not the asset for this modifier needs to be saved. (Read Only)
Since:
Holds the URI of the asset source for this material; only valid when the asset is in an embedded state - i.e. modified. (Read Only)
Holds the asset URI for this material. (Read Only)
DzSimulationSettingsProvider : duplicateProvider( DzElementDuplicateContext context )
Parameter(s):
Return Value:
Return Value:
Since:
Boolean : modifyAsset( DzUri newUri )
Marks the asset as being modified.
Parameter(s):
Return Value:
true
on success, otherwise false
.Boolean : modifyAsset()
Marks the asset as being modified.
Return Value:
true
on success, otherwise false
.Determine if this provider should always embed.
Return Value:
true
.void : assetModified()
Signature:“assetModified()”
Emitted when this provider has been modified.
void : assetWasSaved()
Signature:“assetWasSaved()”
Emitted after this provider has been saved.
void : settingsChanged()
Signature:“settingsChanged()”
Emitted when the settings on this provider has changed.
void : shapeChanged( DzShape newShape, DzShape oldShape )
Signature:“shapeChanged(DzShape*,DzShape*)”
Emitted when the shape that this provider is assigned to has changed.
Parameter(s):
Since: