Show / Hide Table of Contents

    Class ComponentObserver

    Abstract class for updating components on the spectator device.

    Inheritance
    Object
    ComponentObserver
    ComponentObserver<TComponent>
    Implements
    IComponentObserver
    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
    SocketEndpoint sendingEndpoint

    sender

    BinaryReader message

    data received

    Implements

    IComponentObserver
    In This Article
    • Properties
      • ComponentType
    • Methods
      • Awake()
      • OnDestroy()
      • Read(SocketEndpoint, BinaryReader)
    • Implements
    Back to top Generated by DocFX