Returns the current size of the camera's view plane. The method fills a passed value with the size of the camera view plane then returns it to a calling subroutine.
Parameters
Parameters
Description
size
[out] A placeholder for the camera view plane size.
Returns
Returns true if the view plane size should be taken into account during the animation; otherwise returns false.
Remarks
This method should be re-implemented and return true if you want to affect the view plane size during the animation. Default implementation returns false.