C# Class BeardedManStudios.Network.NetworkedMonoBehavior.AuthoritativeFrame

The authoritative frame with it's frame number and value
Show file Open project: drakelinglabs/unityarmada

Public Properties

Property Type Description
Frame byte
FrameActualValue Vector3
FramePrevious Vector3
FrameValue Vector3

Public Methods

Method Description
AuthoritativeFrame ( byte frame, Vector3 actual, Vector3 value, Vector3 previous ) : System.Threading.Tasks
ToString ( ) : string
UpdateDelta ( ) : void

Method Details

AuthoritativeFrame() public method

public AuthoritativeFrame ( byte frame, Vector3 actual, Vector3 value, Vector3 previous ) : System.Threading.Tasks
frame byte
actual Vector3
value Vector3
previous Vector3
return System.Threading.Tasks

ToString() public method

public ToString ( ) : string
return string

UpdateDelta() public method

public UpdateDelta ( ) : void
return void

Property Details

Frame public property

public byte Frame
return byte

FrameActualValue public property

public Vector3 FrameActualValue
return Vector3

FramePrevious public property

public Vector3 FramePrevious
return Vector3

FrameValue public property

public Vector3 FrameValue
return Vector3