NetSyncOptions ( ) | |
void | SetVoipGroup ( string value ) If provided, immediately set the voip_group to this value upon connection. |
void | SetVoipStreamDefault ( NetSyncVoipStreamMode value ) |
void | SetZoneId ( string value ) Unique identifier within the current application grouping. |
static static | operator IntPtr ( NetSyncOptions options ) For passing to native C. |
| Oculus.Platform.NetSyncOptions.NetSyncOptions ( ) |
|---|
No description available.
|
| void Oculus.Platform.NetSyncOptions.SetVoipGroup ( string value ) |
|---|
If provided, immediately set the voip_group to this value upon connection. |
| void Oculus.Platform.NetSyncOptions.SetVoipStreamDefault ( NetSyncVoipStreamMode value ) |
|---|
When a new remote voip user connects, default that connection to this stream type by default. |
| void Oculus.Platform.NetSyncOptions.SetZoneId ( string value ) |
|---|
Unique identifier within the current application grouping. |
| static Oculus.Platform.NetSyncOptions.operator IntPtr ( NetSyncOptions options ) |
|---|
For passing to native C. |