C# 클래스 FMOD.Studio.BUFFER_INFO

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

공개 프로퍼티들

프로퍼티 타입 설명
capacity int
currentUsage int
peakUsage int
stallCount int
stallTime float

프로퍼티 상세

capacity 공개적으로 프로퍼티

public int capacity
리턴 int

currentUsage 공개적으로 프로퍼티

public int currentUsage
리턴 int

peakUsage 공개적으로 프로퍼티

public int peakUsage
리턴 int

stallCount 공개적으로 프로퍼티

public int stallCount
리턴 int

stallTime 공개적으로 프로퍼티

public float stallTime
리턴 float