C# Class MovingAbility, Final_Project_Main

Inheritance: MonoBehaviour
显示文件 Open project: framadan/Final_Project_Main Class Usage Examples

Public Properties

Property Type Description
damage float
speed float

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

damage public_oe property

public float damage
return float

speed public_oe property

public float speed
return float