C# 클래스 UnityEditor.MenuCommand

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

공개 프로퍼티들

프로퍼티 타입 설명
context Object
userData int

공개 메소드들

메소드 설명
MenuCommand ( Object inContext ) : System

Creates a new MenuCommand object.

MenuCommand ( Object inContext, int inUserData ) : System

Creates a new MenuCommand object.

메소드 상세

MenuCommand() 공개 메소드

Creates a new MenuCommand object.

public MenuCommand ( Object inContext ) : System
inContext Object
리턴 System

MenuCommand() 공개 메소드

Creates a new MenuCommand object.

public MenuCommand ( Object inContext, int inUserData ) : System
inContext Object
inUserData int
리턴 System

프로퍼티 상세

context 공개적으로 프로퍼티

Context is the object that is the target of a menu command.

public Object context
리턴 Object

userData 공개적으로 프로퍼티

An integer for passing custom information to a menu item.

public int userData
리턴 int