C# Class SmashBall, Final_Project_Main

Inheritance: ItemBase
ファイルを表示 Open project: framadan/Final_Project_Main

Public Properties

Property Type Description
canSmashMove bool
health float

Public Methods

Method Description
OnCollisionOther ( ) : void

Method Details

OnCollisionOther() public method

public OnCollisionOther ( ) : void
return void

Property Details

canSmashMove public_oe property

public bool canSmashMove
return bool

health public_oe property

public float health
return float