C# Class HappyFunTimes.DirInfo

Show file Open project: greggman/hft-unity-gamepad

Public Properties

Property Type Description
bits int
direction int
dx float
dy float
symbol string

Public Methods

Method Description
DirInfo ( int _direction, float _dx, float _dy, int _bits, string _symbol )

Method Details

DirInfo() public method

public DirInfo ( int _direction, float _dx, float _dy, int _bits, string _symbol )
_direction int
_dx float
_dy float
_bits int
_symbol string

Property Details

bits public property

public int bits
return int

direction public property

public int direction
return int

dx public property

public float dx
return float

dy public property

public float dy
return float

symbol public property

public string symbol
return string