TestNetworkObject Class¶
[This is preliminary documentation and is subject to change.]
[Missing documentation for “T:BeardedManStudios.Forge.Networking.Generated.TestNetworkObject”]
Inheritance Hierarchy¶
System.Object NetworkObject BeardedManStudios.Forge.Networking.Generated.TestNetworkObject Namespace: BeardedManStudios.Forge.Networking.GeneratedAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax¶
C#
public class TestNetworkObject : NetworkObject
The TestNetworkObject type exposes the following members.
Constructors¶
Name | Description | |
|---|---|---|
| TestNetworkObject() | |
| TestNetworkObject(NetWorker, UInt32, FrameStream) | |
| TestNetworkObject(NetWorker, INetworkBehavior, Int32, Byte[]) |
Back to Top
Properties¶
Name | Description | |
|---|---|---|
| fieldBool | |
| fieldByte | |
| fieldChar | |
| fieldDouble | |
| fieldFloat | |
| fieldFloatInterpolate | |
| fieldInt | |
| fieldLong | |
| fieldShort | |
| fieldUInt | |
| fieldULong | |
| fieldUShort | |
| UniqueIdentity | (Overrides NetworkObject.UniqueIdentity.) |
Back to Top
Methods¶
Name | Description | |
|---|---|---|
| InterpolateUpdate | (Overrides NetworkObject.InterpolateUpdate().) |
| SetfieldBoolDirty | |
| SetfieldByteDirty | |
| SetfieldCharDirty | |
| SetfieldDoubleDirty | |
| SetfieldFloatDirty | |
| SetfieldFloatInterpolateDirty | |
| SetfieldIntDirty | |
| SetfieldLongDirty | |
| SetfieldShortDirty | |
| SetfieldUIntDirty | |
| SetfieldULongDirty | |
| SetfieldUShortDirty | |
| SnapInterpolations |
Back to Top
Events¶
Name | Description | |
|---|---|---|
| fieldAltered | |
| fieldBoolChanged | |
| fieldByteChanged | |
| fieldCharChanged | |
| fieldDoubleChanged | |
| fieldFloatChanged | |
| fieldFloatInterpolateChanged | |
| fieldIntChanged | |
| fieldLongChanged | |
| fieldShortChanged | |
| fieldUIntChanged | |
| fieldULongChanged | |
| fieldUShortChanged |
Back to Top
Fields¶
Name | Description | |
|---|---|---|
| fieldBoolInterpolation | |
| fieldByteInterpolation | |
| fieldCharInterpolation | |
| fieldDoubleInterpolation | |
| fieldFloatInterpolateInterpolation | |
| fieldFloatInterpolation | |
| fieldIntInterpolation | |
| fieldLongInterpolation | |
| fieldShortInterpolation | |
| fieldUIntInterpolation | |
| fieldULongInterpolation | |
| fieldUShortInterpolation | |
| IDENTITY |
Back to Top




