C# 클래스 Vexe.Runtime.Types.DelegatesExample

상속: Vexe.Runtime.Types.BetterBehaviour
파일 보기 프로젝트 열기: skahal/SpaceInvadersRemake

공개 프로퍼티들

프로퍼티 타입 설명
kickass Vexe.Runtime.Types.uDelegate

Private Properties

프로퍼티 타입 설명
Action0Method0 void

공개 메소드들

메소드 설명
Action0Method1 ( ) : void
Action1Method ( string arg0 ) : void
Action2Method ( GameObject arg0, Vector3 arg1 ) : void
Action3Method ( ITest arg0, Transform arg1, float arg2 ) : void
Func0Method ( ) : string
Func1Method ( int arg0 ) : bool
Func2Method ( GameObject arg0, Vector3 arg1 ) : string
Func3Method ( ITest arg0, Transform arg1, float arg2 ) : string

비공개 메소드들

메소드 설명
Action0Method0 ( ) : void

메소드 상세

Action0Method1() 공개 메소드

public Action0Method1 ( ) : void
리턴 void

Action1Method() 공개 메소드

public Action1Method ( string arg0 ) : void
arg0 string
리턴 void

Action2Method() 공개 메소드

public Action2Method ( GameObject arg0, Vector3 arg1 ) : void
arg0 UnityEngine.GameObject
arg1 UnityEngine.Vector3
리턴 void

Action3Method() 공개 메소드

public Action3Method ( ITest arg0, Transform arg1, float arg2 ) : void
arg0 ITest
arg1 UnityEngine.Transform
arg2 float
리턴 void

Func0Method() 공개 메소드

public Func0Method ( ) : string
리턴 string

Func1Method() 공개 메소드

public Func1Method ( int arg0 ) : bool
arg0 int
리턴 bool

Func2Method() 공개 메소드

public Func2Method ( GameObject arg0, Vector3 arg1 ) : string
arg0 UnityEngine.GameObject
arg1 UnityEngine.Vector3
리턴 string

Func3Method() 공개 메소드

public Func3Method ( ITest arg0, Transform arg1, float arg2 ) : string
arg0 ITest
arg1 UnityEngine.Transform
arg2 float
리턴 string

프로퍼티 상세

kickass 공개적으로 프로퍼티

public uDelegate,Vexe.Runtime.Types kickass
리턴 Vexe.Runtime.Types.uDelegate