Component image 
Interactive Camera User Item component as seen in the Scene Inspector

See Camera.
Used to handle the items for each user for the interactive camera settings.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
Control
|
InteractiveCameraControl | The root camera control settings panel. |
_username
|
Text | The username of the user this item refers to. |
_voiceDefault
|
Button | Capture this user's voice as their default voice setting. |
_voiceMute
|
Button | Capture this user's voice as the mute voice setting. |
_voiceShout
|
Button | Capture this user's voice as the shout voice setting. |
_voiceBroadcast
|
Button | Capture this user's voice as the broadcast voice setting. |
_groupAuto
|
Button | Set this user's group inclusion and exclusion modes to default. |
_groupExclude
|
Button | Set this user's group inclusion to never. |
_groupInclude
|
Button | Set this user's group inclusion to always. |
_cameraOperator
|
Button | Make this user able to interact with the camera. |
_framingTarget
|
Button | Make this user a framing target when framing the scene. |
_volumeSlider
|
Slider`1<Float> | The user's voice volume when capturing their voice. |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
OnVoiceDefault:ButtonEventHandler
|
ButtonEventHandler | ✓ | A setting changing handler for the panel. |
OnVoiceMute:ButtonEventHandler
|
ButtonEventHandler | ✓ | A setting changing handler for the panel. |
OnVoiceShout:ButtonEventHandler
|
ButtonEventHandler | ✓ | A setting changing handler for the panel. |
OnVoiceBroadcast:ButtonEventHandler
|
ButtonEventHandler | ✓ | A setting changing handler for the panel. |
OnGroupExclude:ButtonEventHandler
|
ButtonEventHandler | ✓ | A setting changing handler for the panel. |
OnGroupAuto:ButtonEventHandler
|
ButtonEventHandler | ✓ | A setting changing handler for the panel. |
OnGroupInclude:ButtonEventHandler
|
ButtonEventHandler | ✓ | A setting changing handler for the panel. |
OnToggleOperator:ButtonEventHandler
|
ButtonEventHandler | ✓ | A setting changing handler for the panel. |
OnSetFramingTarget:ButtonEventHandler
|
ButtonEventHandler | ✓ | A setting changing handler for the panel. |
Usage
See Camera.
Examples
See Camera.