FieldOfView (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Tenal No edit summary |
>JulienDethurens No edit summary |
||
Line 2: | Line 2: | ||
<onlyinclude>{{Property | <onlyinclude>{{Property | ||
|name = FieldOfView | |name=FieldOfView | ||
| | |type=float | ||
|description = Sets the angle of the camera's field of view, between 20 and 80 degrees. | |description=Sets the angle of the camera's field of view, between 20 and 80 degrees. | ||
|object = Camera | |object=Camera | ||
}}</onlyinclude> | }}</onlyinclude> | ||
Line 17: | Line 17: | ||
==Notes== | ==Notes== | ||
* Currently the property expects a value in degrees when set, but gives [[radians]] when read - this is a bug | *Currently the property expects a value in degrees when set, but gives [[radians]] when read - this is a bug | ||
[[Category:Properties]] | [[Category:Properties]] |
Revision as of 03:47, 18 February 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