C# Class UnityEditor.Web.WebViewTestFunctions

Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode 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

Méthode Description
APrivateMethod ( string input ) : string

Method Details

AcceptBool() public méthode

public AcceptBool ( bool passedBool ) : void
passedBool bool
Résultat void

AcceptBoolArray() public méthode

public AcceptBoolArray ( bool passedArray ) : void
passedArray bool
Résultat void

AcceptInt() public méthode

public AcceptInt ( int passedInt ) : void
passedInt int
Résultat void

AcceptIntArray() public méthode

public AcceptIntArray ( int passedArray ) : void
passedArray int
Résultat void

AcceptString() public méthode

public AcceptString ( string passedString ) : void
passedString string
Résultat void

AcceptStringArray() public méthode

public AcceptStringArray ( string passedArray ) : void
passedArray string
Résultat void

AcceptTestObject() public méthode

public AcceptTestObject ( TestObject passedObject ) : void
passedObject TestObject
Résultat void

ArrayReverse() public méthode

public ArrayReverse ( string input ) : string[]
input string
Résultat string[]

LogMessage() public méthode

public LogMessage ( string message ) : void
message string
Résultat void

ReturnBool() public méthode

public ReturnBool ( ) : bool
Résultat bool

ReturnBoolArray() public méthode

public ReturnBoolArray ( ) : bool[]
Résultat bool[]

ReturnInt() public méthode

public ReturnInt ( ) : int
Résultat int

ReturnNumberArray() public méthode

public ReturnNumberArray ( ) : int[]
Résultat int[]

ReturnObject() public méthode

public ReturnObject ( ) : TestObject
Résultat TestObject

ReturnString() public méthode

public ReturnString ( ) : string
Résultat string

ReturnStringArray() public méthode

public ReturnStringArray ( ) : string[]
Résultat string[]

RunTestScript() public static méthode

public static RunTestScript ( string path ) : void
path string
Résultat void

VoidMethod() public méthode

public VoidMethod ( string logMessage ) : void
logMessage string
Résultat void