Returns the current opacity level for the node motion object. The method fills a passed double value with the opacity value then returns it to a calling subroutine.
Parameters
Parameters
Description
opacity
[out] A placeholder for the opacity value.
Returns
Returns true if the node opacity should be taken into account during the animation; otherwise it returns false.
Remarks
This method should be re-implemented and return true if you want the node animation algorithm to take the node opacity level into account. Default implementation returns false.