C# Class Fire, minimal-hand

Classe representant le feu
显示文件 Open project: vinnik-dmitry07/minimal-hand Class Usage Examples

Public Properties

Property Type Description
fire GameObject
hand Hand

Public Methods

Method Description
Draw ( ) : void
Fire ( Hand hand, GameObject fire ) : System.Collections

Method Details

Draw() public method

public Draw ( ) : void
return void

Fire() public method

public Fire ( Hand hand, GameObject fire ) : System.Collections
hand Hand
fire GameObject
return System.Collections

Property Details

fire public_oe property

public GameObject fire
return GameObject

hand public_oe property

public Hand hand
return Hand