C# Class FullInspector.Tests.MethodContainer

Inheritance: UnityEngine.ScriptableObject
Mostrar archivo Open project: jacobdufault/fullinspector

Public Properties

Property Type Description
InvokeCount int

Public Methods

Method Description
Action ( ) : void
ActionInt ( int a ) : void
ActionIntDouble ( int a, double b ) : void
ActionIntDoubleBool ( int a, double b, bool c ) : void
IntFunc ( ) : int
IntFuncInt ( int a ) : int
IntFuncIntDouble ( int a, double b ) : int
IntFuncIntDoubleBool ( int a, double b, bool c ) : int

Method Details

Action() public method

public Action ( ) : void
return void

ActionInt() public method

public ActionInt ( int a ) : void
a int
return void

ActionIntDouble() public method

public ActionIntDouble ( int a, double b ) : void
a int
b double
return void

ActionIntDoubleBool() public method

public ActionIntDoubleBool ( int a, double b, bool c ) : void
a int
b double
c bool
return void

IntFunc() public method

public IntFunc ( ) : int
return int

IntFuncInt() public method

public IntFuncInt ( int a ) : int
a int
return int

IntFuncIntDouble() public method

public IntFuncIntDouble ( int a, double b ) : int
a int
b double
return int

IntFuncIntDoubleBool() public method

public IntFuncIntDoubleBool ( int a, double b, bool c ) : int
a int
b double
c bool
return int

Property Details

InvokeCount public_oe property

public int InvokeCount
return int