C# Class DiceRoller, code

Inheritance: MonoBehaviour
显示文件 Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
counter int
value int

Public Methods

Method Description
ShowValue ( bool startOver = false ) : void
Throw ( ) : void

Method Details

ShowValue() public method

public ShowValue ( bool startOver = false ) : void
startOver bool
return void

Throw() public method

public Throw ( ) : void
return void

Property Details

counter public_oe property

public int counter
return int

value public_oe property

public int value
return int