C# 클래스 FMOD.Studio.USER_PROPERTY

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

공개 프로퍼티들

프로퍼티 타입 설명
boolValue bool
floatValue float
intValue int
name string
stringValue string
type USER_PROPERTY_TYPE

프로퍼티 상세

boolValue 공개적으로 프로퍼티

public bool boolValue
리턴 bool

floatValue 공개적으로 프로퍼티

public float floatValue
리턴 float

intValue 공개적으로 프로퍼티

public int intValue
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

stringValue 공개적으로 프로퍼티

public string stringValue
리턴 string

type 공개적으로 프로퍼티

public USER_PROPERTY_TYPE type
리턴 USER_PROPERTY_TYPE