Class SharedSpawnEntity
Inheritance
System.Object
SharedSpawnEntity
Assembly: DuneNet.Shared.dll
Syntax
public class SharedSpawnEntity : SharedAuthorityMessage
Constructors
SharedSpawnEntity()
Declaration
public SharedSpawnEntity()
SharedSpawnEntity(UInt32, String, Vector3, Quaternion)
Declaration
public SharedSpawnEntity(uint entId, string entName, Vector3 entPos, Quaternion entRot)
Parameters
Type |
Name |
Description |
System.UInt32 |
entId |
|
System.String |
entName |
|
Vector3 |
entPos |
|
Quaternion |
entRot |
|
Fields
EntId
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
EntName
Declaration
Field Value
Type |
Description |
System.String |
|
EntPos
Declaration
Field Value
EntRot
Declaration
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 |
|