C# 클래스 UnityEngine.ContextMenuItemAttribute

상속: PropertyAttribute
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 프로퍼티들

프로퍼티 타입 설명
function string
name string

공개 메소드들

메소드 설명
ContextMenuItemAttribute ( string name, string function ) : System

Use this attribute to add a context menu to a field that calls a named method.

메소드 상세

ContextMenuItemAttribute() 공개 메소드

Use this attribute to add a context menu to a field that calls a named method.

public ContextMenuItemAttribute ( string name, string function ) : System
name string The name of the context menu item.
function string The name of the function that should be called.
리턴 System

프로퍼티 상세

function 공개적으로 프로퍼티

The name of the function that should be called.

public string function
리턴 string

name 공개적으로 프로퍼티

The name of the context menu item.

public string name
리턴 string