C# 클래스 NScumm.Core.Audio.SoftSynth.EffectEnvelope

파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
currentLevel int
dir sbyte
duration int
incrCountRem uint
incrPerStep int
incrPerStepRem uint
loop byte
maxLevel int
modWheelLast sbyte
modWheelSensitivity sbyte
modWheelState sbyte
numSteps ushort
startLevel int
state EnvelopeState
stateModWheelLevels byte[]
stateTargetLevels byte[]
stepCounter uint

프로퍼티 상세

currentLevel 공개적으로 프로퍼티

public int currentLevel
리턴 int

dir 공개적으로 프로퍼티

public sbyte dir
리턴 sbyte

duration 공개적으로 프로퍼티

public int duration
리턴 int

incrCountRem 공개적으로 프로퍼티

public uint incrCountRem
리턴 uint

incrPerStep 공개적으로 프로퍼티

public int incrPerStep
리턴 int

incrPerStepRem 공개적으로 프로퍼티

public uint incrPerStepRem
리턴 uint

loop 공개적으로 프로퍼티

public byte loop
리턴 byte

maxLevel 공개적으로 프로퍼티

public int maxLevel
리턴 int

modWheelLast 공개적으로 프로퍼티

public sbyte modWheelLast
리턴 sbyte

modWheelSensitivity 공개적으로 프로퍼티

public sbyte modWheelSensitivity
리턴 sbyte

modWheelState 공개적으로 프로퍼티

public sbyte modWheelState
리턴 sbyte

numSteps 공개적으로 프로퍼티

public ushort numSteps
리턴 ushort

startLevel 공개적으로 프로퍼티

public int startLevel
리턴 int

state 공개적으로 프로퍼티

public EnvelopeState state
리턴 EnvelopeState

stateModWheelLevels 공개적으로 프로퍼티

public byte[] stateModWheelLevels
리턴 byte[]

stateTargetLevels 공개적으로 프로퍼티

public byte[] stateTargetLevels
리턴 byte[]

stepCounter 공개적으로 프로퍼티

public uint stepCounter
리턴 uint