Show / Hide Table of Contents

Class SharedSetEntityRotation

Inheritance
System.Object
SharedSetEntityRotation
Namespace: DuneNet.Shared.Messages
Assembly: DuneNet.Shared.dll
Syntax
public class SharedSetEntityRotation : MessageBase

Constructors

SharedSetEntityRotation()

Declaration
public SharedSetEntityRotation()

SharedSetEntityRotation(UInt32, Quaternion)

Declaration
public SharedSetEntityRotation(uint entId, Quaternion rotation)
Parameters
Type Name Description
System.UInt32 entId
Quaternion rotation

Fields

EntId

Declaration
public uint EntId
Field Value
Type Description
System.UInt32

Rotation

Declaration
public Quaternion Rotation
Field Value
Type Description
Quaternion

Methods

Deserialize(NetworkReader)

Declaration
public override void Deserialize(NetworkReader reader)
Parameters
Type Name Description
NetworkReader reader

Serialize(NetworkWriter)

Declaration
public override void Serialize(NetworkWriter writer)
Parameters
Type Name Description
NetworkWriter writer
Back to top Copyright © 2018 Dune Interactive.