Parameters |
Description |
bool& visible |
[out] A placeholder for the visible value. |
The true value if the visible node should be taken into account during the animation, or false otherwise.
Returns the current visibility for the node motion object. The method fills a passed Boolean value with the visible value then returns it to a calling subroutine.
This method should be re-implemented and return true if you want the node animation algorithm to take the node visiblity into account. The default implementation returns false.
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|