C# 클래스 UnityEditor.Hardware.DevDevice

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

공개 프로퍼티들

프로퍼티 타입 설명
features DevDeviceFeatures
id string
module string
name string
state DevDeviceState
type string

공개 메소드들

메소드 설명
DevDevice ( string id, string name, string type, string module, DevDeviceState state, DevDeviceFeatures features ) : System
ToString ( ) : string

메소드 상세

DevDevice() 공개 메소드

public DevDevice ( string id, string name, string type, string module, DevDeviceState state, DevDeviceFeatures features ) : System
id string
name string
type string
module string
state DevDeviceState
features DevDeviceFeatures
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

features 공개적으로 프로퍼티

public DevDeviceFeatures features
리턴 DevDeviceFeatures

id 공개적으로 프로퍼티

public string id
리턴 string

module 공개적으로 프로퍼티

public string module
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

state 공개적으로 프로퍼티

public DevDeviceState state
리턴 DevDeviceState

type 공개적으로 프로퍼티

public string type
리턴 string