C# Class HappyFunTimes.DirInfo

ファイルを表示 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_oe property

public int bits
return int

direction public_oe property

public int direction
return int

dx public_oe property

public float dx
return float

dy public_oe property

public float dy
return float

symbol public_oe property

public string symbol
return string