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