Class ComponentObserver
Abstract class for updating components on the spectator device.
Implements
Namespace: Microsoft.MixedReality.SpectatorView
Assembly: cs.temp.dll.dll
Syntax
public abstract class ComponentObserver : MonoBehaviour, IComponentObserver
Properties
ComponentType
The type associated with this component.
Declaration
public abstract Type ComponentType { get; }
Property Value
Type | Description |
---|---|
Type |
Methods
Awake()
Declaration
protected virtual void Awake()
OnDestroy()
Declaration
protected virtual void OnDestroy()
Read(SocketEndpoint, BinaryReader)
Interprets data received from another device.
Declaration
public abstract void Read(SocketEndpoint sendingEndpoint, BinaryReader message)
Parameters
Type | Name | Description |
---|---|---|
Socket |
sendingEndpoint | sender |
Binary |
message | data received |