Skip to content

Game.Simulation.SnowSystem+ushort2

Assembly: Game
Namespace: Game.Simulation

Type: struct sealed public

Base: System.ValueType

Code

public sealed struct ushort2
{
    public System.UInt16 x;
    public System.UInt16 y;

}

Fields

  • public System.UInt16 x
public System.UInt16 x;
  • public System.UInt16 y
public System.UInt16 y;