C# Class Vexe.Runtime.Types.DelegatesExample

Inheritance: Vexe.Runtime.Types.BetterBehaviour
显示文件 Open project: skahal/SpaceInvadersRemake

Public Properties

Property Type Description
kickass Vexe.Runtime.Types.uDelegate

Private Properties

Property Type Description
Action0Method0 void

Public Methods

Method Description
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

Private Methods

Method Description
Action0Method0 ( ) : void

Method Details

Action0Method1() public method

public Action0Method1 ( ) : void
return void

Action1Method() public method

public Action1Method ( string arg0 ) : void
arg0 string
return void

Action2Method() public method

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

Action3Method() public method

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

Func0Method() public method

public Func0Method ( ) : string
return string

Func1Method() public method

public Func1Method ( int arg0 ) : bool
arg0 int
return bool

Func2Method() public method

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

Func3Method() public method

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

Property Details

kickass public_oe property

public uDelegate,Vexe.Runtime.Types kickass
return Vexe.Runtime.Types.uDelegate