C# Class Artimech.artAskToCreate_To_artClearObject

Inheritance: Artimech.stateConditionalBase
显示文件 Open project: Scramasax/Artimech

Public Methods

Method Description
Enter ( Artimech.baseState state ) : void
Exit ( Artimech.baseState state ) : void
UpdateConditionalTest ( Artimech.baseState state ) : string

Test conditionals are placed here.

artAskToCreate_To_artClearObject ( string changeStateName ) : System

Method Details

Enter() public method

public Enter ( Artimech.baseState state ) : void
state Artimech.baseState
return void

Exit() public method

public Exit ( Artimech.baseState state ) : void
state Artimech.baseState
return void

UpdateConditionalTest() public method

Test conditionals are placed here.
public UpdateConditionalTest ( Artimech.baseState state ) : string
state Artimech.baseState
return string

artAskToCreate_To_artClearObject() public method

public artAskToCreate_To_artClearObject ( string changeStateName ) : System
changeStateName string
return System