User Tools

Site Tools


DzModifier

Base class of all local space modifiers.

More...

Inherits :

Inherited By : DzDFormModifier, DzLegacyBinding, DzMeshModifier, DzMeshSmoothModifier, DzMorph, DzPushModifier and DzSkinBinding

Methods

Signals

voidaboutToBeRemoved ()
voidadded ()
voidcurrentValueChanged ()
voidremoved ()

Detailed Description

Methods


Number : getAssignedModifierStackSectionID()

Return Value:

  • The section that this modifier was assigned to in the DzObject modifier stack (list).

Since:

  • 4.11.0.44

Number : getPreferredModifierStackSectionID()

Return Value:

  • The section that this modifier should be a part of in the DzObject modifier stack (list).

Since:

  • 4.11.0.44

Number : getUnknownModifierStackSectionID()

Return Value:

  • The value used to mark a modifier as not having a section ID.

Since:

  • 4.11.0.44

Signals


void : aboutToBeRemoved()

Signature:“aboutToBeRemoved()”

Emitted immediately before the modifier is removed from its owner.


void : added()

Signature:“added()”

Emitted when the modifier has been added to its owner.


void : currentValueChanged()

Signature:“currentValueChanged()”

Emitted when the modifier has changed and needs to be reapplied.


void : removed()

Signature:“removed()”

Emitted when the modifier has been removed from its owner.