Goblin - A Platform for 3D AR and VR Applications

InputDeviceMapper.Serialize Method 

Implementation of ICustomSerialization NOTE: do not try to use XmlSerializer.Serialize directly on this object this object has to run special code to deal with the homogeneous types in its list of InputDeviceDrivers

public void Serialize(
   XmlWriter writer,
   Type[] extraTypes
);

Parameters

writer
extraTypes

Implements

ICustomSerialization.Serialize

See Also

InputDeviceMapper Class | Goblin.Engine.Devices Namespace