C# Class PlayerScore4Manager, Ninja_Dudes

Inheritance: MonoBehaviour
显示文件 Open project: GDCASU/Ninja_Dudes

Public Properties

Property Type Description
score int

Public Methods

Method Description
AddPoints ( int pointsToAdd ) : void
Reset ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddPoints() public method

public AddPoints ( int pointsToAdd ) : void
pointsToAdd int
return void

Reset() public method

public Reset ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

score public_oe property

public int score
return int