Goblin - A Platform for 3D AR and VR Applications

InputDeviceMapper.Deserialize Method 

This function is called by XmlSerializerHelper, if you choose to use it This returns a deserialized InputDeviceMapper. driverTypes is an array of all the types of driver you are interested in having 're-hydrated' from the XML file

public static InputDeviceMapper Deserialize(
   XmlReader reader,
   Type[] driverTypes
);

Parameters

reader
driverTypes

Return Value

See Also

InputDeviceMapper Class | Goblin.Engine.Devices Namespace