C# 클래스 UnityEngine.Windows.Speech.SemanticMeaning

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

공개 프로퍼티들

프로퍼티 타입 설명
key string
values string[]

프로퍼티 상세

key 공개적으로 프로퍼티

A key of semaning meaning.

public string key
리턴 string

values 공개적으로 프로퍼티

Values of semantic property that the correspond to the semantic meaning key.

public string[] values
리턴 string[]