C# 클래스 ClipInfo, unity_synthesizer

상속: EditorWindow
파일 보기 프로젝트 열기: calvinbaart/unity_synthesizer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Channel int
Damping float
Data float[]
Index int
Note int
Octave int
Pressed bool
StopIndex int
Velocity float

프로퍼티 상세

Channel 공개적으로 프로퍼티

public int Channel
리턴 int

Damping 공개적으로 프로퍼티

public float Damping
리턴 float

Data 공개적으로 프로퍼티

public float[] Data
리턴 float[]

Index 공개적으로 프로퍼티

public int Index
리턴 int

Note 공개적으로 프로퍼티

public int Note
리턴 int

Octave 공개적으로 프로퍼티

public int Octave
리턴 int

Pressed 공개적으로 프로퍼티

public bool Pressed
리턴 bool

StopIndex 공개적으로 프로퍼티

public int StopIndex
리턴 int

Velocity 공개적으로 프로퍼티

public float Velocity
리턴 float