C# 클래스 HappyFunTimes.DirInfo

파일 보기 프로젝트 열기: greggman/hft-unity-gamepad

공개 프로퍼티들

프로퍼티 타입 설명
bits int
direction int
dx float
dy float
symbol string

공개 메소드들

메소드 설명
DirInfo ( int _direction, float _dx, float _dy, int _bits, string _symbol )

메소드 상세

DirInfo() 공개 메소드

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

프로퍼티 상세

bits 공개적으로 프로퍼티

public int bits
리턴 int

direction 공개적으로 프로퍼티

public int direction
리턴 int

dx 공개적으로 프로퍼티

public float dx
리턴 float

dy 공개적으로 프로퍼티

public float dy
리턴 float

symbol 공개적으로 프로퍼티

public string symbol
리턴 string