Click or drag to resize

MockDataConsumer Class

Inheritance Hierarchy
SystemObject
  ImmerseSDK.AvatarsMockDataConsumer

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

The MockDataConsumer type exposes the following members.

Constructors
  NameDescription
Public methodMockDataConsumer
Initializes a new instance of the MockDataConsumer class
Top
Methods
  NameDescription
Public methodApplySample
Apply a given sample as a byte array (parse the data and apply it to the state)
Public methodGetControllerInputSerialisation
Gets the controller serialisation implementation
Public methodGetTransformSerialisation
Gets the transform serialisation implementation
Public methodHasFrameBeenHandled
Returns true if the frame has been processed since the last clear
Public methodPrintProviderInfo
Prints information to the console
Public methodSetLocation
Sets the location of the Avatar
Top
See Also