Skip to content

Game.Prefabs.ReplacePrefabSystem+Finalize+NetKey

Assembly: Game
Namespace: Game.Prefabs

Type: struct sealed public

Base: System.ValueType
Implements: System.IEquatable<Game.Prefabs.ReplacePrefabSystem+Finalize+NetKey>

Code

public sealed struct NetKey : System.IEquatable<Game.Prefabs.ReplacePrefabSystem+Finalize+NetKey>
{
    public Unity.Entities.Entity m_Prefab;
    public Unity.Mathematics.float3 m_StartLocation;
    public Unity.Mathematics.float3 m_EndLocation;

    public System.Boolean Equals(Game.Prefabs.ReplacePrefabSystem+Finalize+NetKey other);
    public virtual System.Int32 GetHashCode();
}

Fields

  • public Unity.Entities.Entity m_Prefab
public Unity.Entities.Entity m_Prefab;
  • public Unity.Mathematics.float3 m_StartLocation
public Unity.Mathematics.float3 m_StartLocation;
  • public Unity.Mathematics.float3 m_EndLocation
public Unity.Mathematics.float3 m_EndLocation;

Methods

  • public Equals(Game.Prefabs.ReplacePrefabSystem+Finalize+NetKey other) : System.Boolean
public System.Boolean Equals(Game.Prefabs.ReplacePrefabSystem+Finalize+NetKey other);
  • public virtual GetHashCode() : System.Int32
public virtual System.Int32 GetHashCode();