C# Class UnityEditor.Web.WebViewTestFunctions

Show file Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
AcceptBool ( bool passedBool ) : void
AcceptBoolArray ( bool passedArray ) : void
AcceptInt ( int passedInt ) : void
AcceptIntArray ( int passedArray ) : void
AcceptString ( string passedString ) : void
AcceptStringArray ( string passedArray ) : void
AcceptTestObject ( TestObject passedObject ) : void
ArrayReverse ( string input ) : string[]
LogMessage ( string message ) : void
ReturnBool ( ) : bool
ReturnBoolArray ( ) : bool[]
ReturnInt ( ) : int
ReturnNumberArray ( ) : int[]
ReturnObject ( ) : TestObject
ReturnString ( ) : string
ReturnStringArray ( ) : string[]
RunTestScript ( string path ) : void
VoidMethod ( string logMessage ) : void

Private Methods

Method Description
APrivateMethod ( string input ) : string

Method Details

AcceptBool() public method

public AcceptBool ( bool passedBool ) : void
passedBool bool
return void

AcceptBoolArray() public method

public AcceptBoolArray ( bool passedArray ) : void
passedArray bool
return void

AcceptInt() public method

public AcceptInt ( int passedInt ) : void
passedInt int
return void

AcceptIntArray() public method

public AcceptIntArray ( int passedArray ) : void
passedArray int
return void

AcceptString() public method

public AcceptString ( string passedString ) : void
passedString string
return void

AcceptStringArray() public method

public AcceptStringArray ( string passedArray ) : void
passedArray string
return void

AcceptTestObject() public method

public AcceptTestObject ( TestObject passedObject ) : void
passedObject TestObject
return void

ArrayReverse() public method

public ArrayReverse ( string input ) : string[]
input string
return string[]

LogMessage() public method

public LogMessage ( string message ) : void
message string
return void

ReturnBool() public method

public ReturnBool ( ) : bool
return bool

ReturnBoolArray() public method

public ReturnBoolArray ( ) : bool[]
return bool[]

ReturnInt() public method

public ReturnInt ( ) : int
return int

ReturnNumberArray() public method

public ReturnNumberArray ( ) : int[]
return int[]

ReturnObject() public method

public ReturnObject ( ) : TestObject
return TestObject

ReturnString() public method

public ReturnString ( ) : string
return string

ReturnStringArray() public method

public ReturnStringArray ( ) : string[]
return string[]

RunTestScript() public static method

public static RunTestScript ( string path ) : void
path string
return void

VoidMethod() public method

public VoidMethod ( string logMessage ) : void
logMessage string
return void