Returns the current field of view angle of the camera. The method fills a passed value with the field of view angle then returns it to a calling subroutine.
Parameters
Parameters
Description
size
[out] A placeholder for the camera field of view angle.
Returns
Returns true if the camera's field of view 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 handle the camera field of view during the animation. Default implementation returns false.