Click or drag to resize

ControllerDataConsumer Class

Inheritance Hierarchy
SystemObject
  ImmerseSDK.AvatarsControllerDataConsumer
    ImmerseSDK.AvatarsMockControllerDataConsumer

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public class ControllerDataConsumer : ISerialisationDataConsumer

The ControllerDataConsumer type exposes the following members.

Constructors
  NameDescription
Public methodControllerDataConsumer
Initializes a new instance of the ControllerDataConsumer class
Top
Properties
  NameDescription
Public propertyVerboseLoggingEnabled
Top
Methods
  NameDescription
Public methodApplySample
Apply a given sample as a byte array (parse the data and apply it to the state)
Public methodClearData
Public methodStatic memberHasData
Public methodHasFrameBeenHandled
Returns true if the frame has been processed since the last clear
Public methodHasInput
Public methodInputFrameHandled
Mark frame as handled
Public methodPrintDataDump
Print current state
Public methodPrintProviderInfo
Prints information to the console
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Fields
See Also