User Tools

Site Tools


DzCustomData

The base class for custom data items that can be associated with the scene or elements of the scene.

More...

Inherits :

Inherited By : DzElementData and DzSceneData

Methods

DAZ Script
BooleanisPersistent ()

Detailed Description

Represents a custom data item that can be:

  • defined by a plug-in
  • associated with the scene or elements of the scene
  • saved to file with the scene object that owns it
  • loaded from file when the owning object is loaded

Methods


Boolean : isPersistent()

Return Value:

  • true if this data item should be saved to file when the owning object is saved, otherwise false.