Component image 
View Reference Controller component as seen in the Scene Inspector

The ViewReferenceController component is a view controller type component mainly used in desktop mode.
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. |
PositionStream
|
ValueStream`1<Float3> | The source for position values for this component. |
RotationStream
|
ValueStream`1<FloatQ> | The source for rotation values for this component. |
ObjectSlot
|
AvatarObjectSlot | The slot this is controlling. |
ShouldVoiceBeActive
|
raw output of Bool | The field to drive with whether the user's voice should be transmitting. |
_objectSlotScale
|
field drive of Float3 | The field to drive with the object scale value. |
_objectSlotActive
|
field drive of Bool | The field to drive with whether the object slot should be active. |