C# Class OnDisableFromDestroy, UnityTest

Inheritance: ExpectedEvent
Datei anzeigen Open project: MrJoy/UnityTest

Public Methods

Method Description
OnDisableFromDestroy ( ) : System
OnDisableFromDestroy ( bool e ) : System
OnDisableFromDestroy ( bool e, int f ) : System
OnDisableFromDestroy ( bool e, int f, float r ) : System
OnDisableFromDestroy ( int f ) : System
OnDisableFromDestroy ( int f, float r ) : System

Protected Methods

Method Description
CheckState ( EventHistory, actualEvent ) : bool
StatesToString ( System sb ) : void

Method Details

CheckState() protected method

protected CheckState ( EventHistory, actualEvent ) : bool
actualEvent EventHistory,
return bool

OnDisableFromDestroy() public method

public OnDisableFromDestroy ( ) : System
return System

OnDisableFromDestroy() public method

public OnDisableFromDestroy ( bool e ) : System
e bool
return System

OnDisableFromDestroy() public method

public OnDisableFromDestroy ( bool e, int f ) : System
e bool
f int
return System

OnDisableFromDestroy() public method

public OnDisableFromDestroy ( bool e, int f, float r ) : System
e bool
f int
r float
return System

OnDisableFromDestroy() public method

public OnDisableFromDestroy ( int f ) : System
f int
return System

OnDisableFromDestroy() public method

public OnDisableFromDestroy ( int f, float r ) : System
f int
r float
return System

StatesToString() protected method

protected StatesToString ( System sb ) : void
sb System
return void