Enum
Name:
|
Camera Positioning Mode
|
Type:
|
FrooxEngine.CameraPositioningMode
|
Determines how a camera should position itself like the stream camera.
Values
Name
|
Value
|
Description
|
SmoothFirstPerson
|
0
|
The camera should position itself on the owning user's head and smooth its transforms.
|
ThirdPerson
|
1
|
The camera should position itself behind the owning user and follow them.
|
Group
|
2
|
the camera should focus itself onto a group of users the owning user is in.
|
World
|
3
|
The camera should position itself based on the world they're focused in.
|
Manual
|
4
|
the camera should be able to be moved by hand via grabbing
|