CameraType (Property): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
Pizzaboxer (talk | contribs) (Created page with "{{CatUp|Properties}} {{Property| name = CameraType |property = Enum ''Camera type'' |description = Sets what type of camera the object is. |object = GBX.lua.Camera|Came...") |
Pizzaboxer (talk | contribs) No edit summary |
||
Line 40: | Line 40: | ||
|Customized configuration. | |Customized configuration. | ||
|} | |} | ||
[[Category:Properties]] |
Revision as of 09:24, 23 June 2020
Property | |
---|---|
Name | CameraType |
Property | Enum Camera type |
Description: | Sets what type of camera the object is. |
In Object: | Camera |
Enum | Name | Description |
0 | Fixed | Camera does not watch, follow, or rotate with subject. |
1 | Attach | Camera follows subject and is forced behind it. |
2 | Watch | Camera watches, but does not follow or rotate with subject. |
3 | Camera watches and follows, but does not rotate with subject. | |
4 | Follow | Camera watches, follows, and rotates with subject. |
5 | Custom | Customized configuration. |