StudioCameraService
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
| Memory category | Instances |
|---|
Member index 12
Description
History 18
- 709 Add UpdateUI
- 709 Change Security of ShowCameraSpeed from None to RobloxScriptSecurity
- 709 Add PointFocused
- 709 Add OnMouseCaptureEnd
- 709 Add OnMouseCaptureBegin
- 709 Add FocusStateChanged
- 709 Add SetFocusLock
- 709 Add InterpolateView
- 709 Add InFocusMode
- 709 Change ReadSecurity of LoggingEnabled from None to RobloxScriptSecurity
- 709 Change WriteSecurity of LoggingEnabled from None to RobloxScriptSecurity
- 709 Change WriteSecurity of LockCameraSpeed from None to RobloxScriptSecurity
- 709 Change ReadSecurity of LockCameraSpeed from None to RobloxScriptSecurity
- 709 Add FocusDistance
- 698 Add LoggingEnabled
- 670 Add ShowCameraSpeed
- 670 Add LockCameraSpeed
- 660 Add StudioCameraService
Members 12
FocusDistance
| Type | Default | |
|---|---|---|
| float | 50 | |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | ReadSafe |
| Category | Data |
| Loaded/Saved | true |
History 1
- 709 Add FocusDistance
FocusStateChanged
| Parameters (0) | ||
|---|---|---|
| No parameters. | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 709 Add FocusStateChanged
InFocusMode
| Parameters (0) | ||
|---|---|---|
| No parameters. | ||
| Returns (1) | ||
| bool | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 709 Add InFocusMode
InterpolateView
| Parameters (1) | ||
|---|---|---|
| target | CFrame | |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 709 Add InterpolateView
LockCameraSpeed
| Type | Default | |
|---|---|---|
| bool | false | |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | ReadSafe |
| Category | Data |
| Loaded/Saved | true |
History 3
- 709 Change WriteSecurity of LockCameraSpeed from None to RobloxScriptSecurity
- 709 Change ReadSecurity of LockCameraSpeed from None to RobloxScriptSecurity
- 670 Add LockCameraSpeed
LoggingEnabled
| Type | Default | |
|---|---|---|
| bool | false | |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | ReadSafe |
| Category | Data |
| Loaded/Saved | true |
History 3
- 709 Change ReadSecurity of LoggingEnabled from None to RobloxScriptSecurity
- 709 Change WriteSecurity of LoggingEnabled from None to RobloxScriptSecurity
- 698 Add LoggingEnabled
OnMouseCaptureBegin
| Parameters (0) | ||
|---|---|---|
| No parameters. | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
OnMouseCaptureEnd
| Parameters (0) | ||
|---|---|---|
| No parameters. | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 709 Add OnMouseCaptureEnd
PointFocused
| Parameters (1) | |
|---|---|
| point | Vector3 |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 709 Add PointFocused
SetFocusLock
| Parameters (1) | ||
|---|---|---|
| value | bool | |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 709 Add SetFocusLock
ShowCameraSpeed
| Parameters (1) | |
|---|---|
| speed | float |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 709 Change Security of ShowCameraSpeed from None to RobloxScriptSecurity
- 670 Add ShowCameraSpeed
UpdateUI
| Parameters (1) | |
|---|---|
| deltaTime | double |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |