CameraType (Property): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
{{Property| | {{Property| | ||
name = CameraType | name = CameraType | ||
|property = [[Enum]] ''Camera type'' | |property = [[CameraType (Enum)|CameraType]] ''Camera type'' | ||
|description = Sets what type of camera the object is. | |description = Sets what type of camera the object is. | ||
|object = [[GBX.lua.Camera|Camera]] | |object = [[GBX.lua.Camera (Object)|Camera]] | ||
|}} | |}} | ||
Latest revision as of 08:05, 24 September 2021
Property | |
---|---|
Name | CameraType |
Property | CameraType 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. |