RealtimePropertyType
RealtimePropertyType
Static Fields
Unreliable
public RealtimePropertyType Unreliable
A property that is synchronized on the unreliable channel.
Reliable
public RealtimePropertyType Reliable
A property that is synchronized on the reliable channel.
UnreliableRedundant
public RealtimePropertyType UnreliableRedundant
A property that is synchronized on the unreliable channel, and resends its value up to two times.