C# 클래스 UnityEditor.Audio.MixerParameterDefinition

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

공개 프로퍼티들

프로퍼티 타입 설명
defaultValue float
description string
displayExponent float
displayScale float
maxRange float
minRange float
name string
units string

프로퍼티 상세

defaultValue 공개적으로 프로퍼티

public float defaultValue
리턴 float

description 공개적으로 프로퍼티

public string description
리턴 string

displayExponent 공개적으로 프로퍼티

public float displayExponent
리턴 float

displayScale 공개적으로 프로퍼티

public float displayScale
리턴 float

maxRange 공개적으로 프로퍼티

public float maxRange
리턴 float

minRange 공개적으로 프로퍼티

public float minRange
리턴 float

name 공개적으로 프로퍼티

public string name
리턴 string

units 공개적으로 프로퍼티

public string units
리턴 string