FieldOfView (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26 No edit summary |
>JulienDethurens All the properties of the camera can be set by a normal script too.. Remember: the server IS a client. And the server HAS a camera. And normal scripts CAN set the properties of that camera. |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{CatUp|Properties}} | {{CatUp|Properties}} | ||
<onlyinclude>{{Property | <onlyinclude>{{Property | ||
|name=FieldOfView | |name=FieldOfView |
Latest revision as of 05:39, 7 April 2012
![]() | |
Type | float |
Description | Sets the angle of the camera's field of view, between 20 and 80 degrees. |
Member of | Camera |



Notes
- Currently the property expects a value in degrees when set, but gives radians when read - this is a bug