A DzSceneData implementation that allows arbitrary data to be associated with the scene.
Inherits :
Inherited By : DzSimpleSceneScriptData
| DAZ Script |
|---|
| DzSimpleSceneData ( String name, Boolean persistent=false ) |
| DAZ Script | |
|---|---|
| DzSettings | getSettings () |
Implements a custom data item that allows arbitrary data to be associated with the scene.
See Also:
DzSimpleSceneData( String name, Boolean persistent=false )
Default constructor.
Parameter(s):
true, this data item will be saved with the scene. If false (default), this data item will not be saved.Attention:
See Also: