C# Class RecipeModule.Squeeze

Inheritance: RecipeModule.Action
ファイルを表示 Open project: dyanikoglu/VRChef Class Usage Examples

Public Methods

Method Description
Squeeze ( ) : System.Collections
Squeeze ( int stepNumber, RecipeModule.Food foodToBeSqueezed ) : System.Collections

Protected Methods

Method Description
DeriveResultedFood ( ) : void

Method Details

DeriveResultedFood() protected method

protected DeriveResultedFood ( ) : void
return void

Squeeze() public method

public Squeeze ( ) : System.Collections
return System.Collections

Squeeze() public method

public Squeeze ( int stepNumber, RecipeModule.Food foodToBeSqueezed ) : System.Collections
stepNumber int
foodToBeSqueezed RecipeModule.Food
return System.Collections