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

Public method

TestNetworkObject()

Public method

TestNetworkObject(NetWorker, UInt32, FrameStream)

Public method

TestNetworkObject(NetWorker, INetworkBehavior, Int32, Byte[])

  Back to Top

Properties

Name

Description

Public property

fieldBool

Public property

fieldByte

Public property

fieldChar

Public property

fieldDouble

Public property

fieldFloat

Public property

fieldFloatInterpolate

Public property

fieldInt

Public property

fieldLong

Public property

fieldShort

Public property

fieldUInt

Public property

fieldULong

Public property

fieldUShort

Public property

UniqueIdentity

(Overrides NetworkObject.UniqueIdentity.)

  Back to Top

Methods

Name

Description

Public method

InterpolateUpdate

(Overrides NetworkObject.InterpolateUpdate().)

Public method

SetfieldBoolDirty

Public method

SetfieldByteDirty

Public method

SetfieldCharDirty

Public method

SetfieldDoubleDirty

Public method

SetfieldFloatDirty

Public method

SetfieldFloatInterpolateDirty

Public method

SetfieldIntDirty

Public method

SetfieldLongDirty

Public method

SetfieldShortDirty

Public method

SetfieldUIntDirty

Public method

SetfieldULongDirty

Public method

SetfieldUShortDirty

Public method

SnapInterpolations

  Back to Top

Events

Name

Description

Public event

fieldAltered

Public event

fieldBoolChanged

Public event

fieldByteChanged

Public event

fieldCharChanged

Public event

fieldDoubleChanged

Public event

fieldFloatChanged

Public event

fieldFloatInterpolateChanged

Public event

fieldIntChanged

Public event

fieldLongChanged

Public event

fieldShortChanged

Public event

fieldUIntChanged

Public event

fieldULongChanged

Public event

fieldUShortChanged

  Back to Top

Fields

Name

Description

Public field

fieldBoolInterpolation

Public field

fieldByteInterpolation

Public field

fieldCharInterpolation

Public field

fieldDoubleInterpolation

Public field

fieldFloatInterpolateInterpolation

Public field

fieldFloatInterpolation

Public field

fieldIntInterpolation

Public field

fieldLongInterpolation

Public field

fieldShortInterpolation

Public field

fieldUIntInterpolation

Public field

fieldULongInterpolation

Public field

fieldUShortInterpolation

Public fieldStatic member

IDENTITY

  Back to Top

See Also

Reference

BeardedManStudios.Forge.Networking.Generated Namespace