C# 클래스 JetBrains.ReSharper.Plugins.Unity.UnityEventFunction

파일 보기 프로젝트 열기: JetBrains/resharper-unity 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateDeclaration IMethodDeclaration
DoTypesMatch bool
GetParameter UnityEventFunctionParameter

공개 메소드들

메소드 설명
Match ( [ method ) : bool
SupportsVersion ( System.Version unityVersion ) : bool
UnityEventFunction ( [ name, [ typeName, [ returnType, bool returnTypeIsArray, bool isStatic, string description, bool undocumented, System.Version minimumVersion, System.Version maximumVersion ) : System

비공개 메소드들

메소드 설명
CreateDeclaration ( [ factory, [ classDeclaration ) : IMethodDeclaration
DoTypesMatch ( IType type, IClrTypeName expectedTypeName, bool isArray ) : bool
GetParameter ( string name ) : UnityEventFunctionParameter

메소드 상세

Match() 공개 메소드

public Match ( [ method ) : bool
method [
리턴 bool

SupportsVersion() 공개 메소드

public SupportsVersion ( System.Version unityVersion ) : bool
unityVersion System.Version
리턴 bool

UnityEventFunction() 공개 메소드

public UnityEventFunction ( [ name, [ typeName, [ returnType, bool returnTypeIsArray, bool isStatic, string description, bool undocumented, System.Version minimumVersion, System.Version maximumVersion ) : System
name [
typeName [
returnType [
returnTypeIsArray bool
isStatic bool
description string
undocumented bool
minimumVersion System.Version
maximumVersion System.Version
리턴 System