C# 클래스 GameStruct.TrackInfo

파일 보기 프로젝트 열기: dream-young-soul/soul

공개 프로퍼티들

프로퍼티 타입 설명
action uint
alt byte
apply_ms int
direction byte
id uint
id_next uint
power int
step byte

공개 메소드들

메소드 설명
TrackInfo ( ) : System

메소드 상세

TrackInfo() 공개 메소드

public TrackInfo ( ) : System
리턴 System

프로퍼티 상세

action 공개적으로 프로퍼티

public uint action
리턴 uint

alt 공개적으로 프로퍼티

public byte alt
리턴 byte

apply_ms 공개적으로 프로퍼티

public int apply_ms
리턴 int

direction 공개적으로 프로퍼티

public byte direction
리턴 byte

id 공개적으로 프로퍼티

public uint id
리턴 uint

id_next 공개적으로 프로퍼티

public uint id_next
리턴 uint

power 공개적으로 프로퍼티

public int power
리턴 int

step 공개적으로 프로퍼티

public byte step
리턴 byte