CameraType (Property): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
(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...")
 
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{CatUp|Properties}}
{{CatUp|Properties}}
{{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]]
|}}
|}}


{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;"
{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;"
|+ <big>The CameraType [[Enum]] is used to set the behavior of the Camera object. It has 6 numbers:<big>
|+ <big>The CameraType [[Enum]] is used to set the behavior of the Camera object. It has 6 numbers:</big>
|-
|-
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
Line 40: Line 38:
|Customized configuration.
|Customized configuration.
|}
|}
[[Category:Properties]]

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


The CameraType Enum is used to set the behavior of the Camera object. It has 6 numbers:
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.