UnityObjectMapper Class¶
[This is preliminary documentation and is subject to change.]
[Missing documentation for “T:BeardedManStudios.Forge.Networking.Unity.UnityObjectMapper”]
Inheritance Hierarchy¶
System.Object ObjectMapper BeardedManStudios.Forge.Networking.Unity.UnityObjectMapper Namespace: BeardedManStudios.Forge.Networking.UnityAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax¶
C#
public class UnityObjectMapper : ObjectMapper
The UnityObjectMapper type exposes the following members.
Methods¶
Name | Description | |
|---|---|---|
| Map(Type, BMSByte) | (Overrides ObjectMapper.Map(Type, BMSByte).) |
| Map(T)(BMSByte) | (Overrides ObjectMapper.Map``1(BMSByte).) |
| MapVector2 | |
| MapVector3 | |
| MapVector4 |
Back to Top


