Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MidiInput.MidiMessage
C# 클래스 MidiInput.MidiMessage, GGJ2016
파일 보기
프로젝트 열기: netgrind/GGJ2016
공개 프로퍼티들
프로퍼티
타입
설명
data1
byte
data2
byte
source
uint
status
byte
공개 메소드들
메소드
설명
MidiMessage
(
ulong
data
) :
System.Collections
ToString
( ) :
string
메소드 상세
MidiMessage()
공개
메소드
public
MidiMessage
(
ulong
data
) :
System.Collections
data
ulong
리턴
System.Collections
ToString()
공개
메소드
public
ToString
( ) :
string
리턴
string
프로퍼티 상세
data1
공개적으로 프로퍼티
public
byte
data1
리턴
byte
data2
공개적으로 프로퍼티
public
byte
data2
리턴
byte
source
공개적으로 프로퍼티
public
uint
source
리턴
uint
status
공개적으로 프로퍼티
public
byte
status
리턴
byte