An animatable boolean property.
Inherits :
DAZ Script |
---|
DzBoolProperty () |
DzBoolProperty ( String name, Boolean canAnimate, Boolean isUserProperty, Boolean initVal=true ) |
DAZ Script | |
---|---|
Boolean | getBoolValue () |
Boolean | getDefaultBoolValue () |
void | setBoolValue ( Boolean value ) |
void | setDefaultBoolValue ( Boolean val ) |
This class provides an animatable boolean property that is stored and can be accessed as an integer property. The integer value 0 is false, any other integer value is true.
Default Constructor. Creates a non-animatable, non-user property.
DzBoolProperty( String name, Boolean canAnimate, Boolean isUserProperty, Boolean initVal=true )
Overloaded constructor.
Parameter(s):
true
, creates an animatable property.true
, creates a user property; user properties are properties that can be added/deleted by users.Boolean : getBoolValue()
Return Value:
Boolean : getDefaultBoolValue()
Return Value:
void : setBoolValue( Boolean value )
Sets the boolean value for this property at the current time - or the default value if this property is not animatable.
Parameter(s):
void : setDefaultBoolValue( Boolean val )
Sets the default boolean value for this property.
Parameter(s):