C# 클래스 FMOD.Studio.PARAMETER_DESCRIPTION_INTERNAL

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

공개 프로퍼티들

프로퍼티 타입 설명
defaultValue float
index int
maximum float
minimum float
name System.IntPtr
type PARAMETER_TYPE

공개 메소드들

메소드 설명
assign ( PARAMETER_DESCRIPTION &publicDesc ) : void

메소드 상세

assign() 공개 메소드

public assign ( PARAMETER_DESCRIPTION &publicDesc ) : void
publicDesc PARAMETER_DESCRIPTION
리턴 void

프로퍼티 상세

defaultValue 공개적으로 프로퍼티

public float defaultValue
리턴 float

index 공개적으로 프로퍼티

public int index
리턴 int

maximum 공개적으로 프로퍼티

public float maximum
리턴 float

minimum 공개적으로 프로퍼티

public float minimum
리턴 float

name 공개적으로 프로퍼티

public IntPtr,System name
리턴 System.IntPtr

type 공개적으로 프로퍼티

public PARAMETER_TYPE type
리턴 PARAMETER_TYPE