C# Class RayCastoAccross, Lurk2015Testing

Inheritance: MonoBehaviour
显示文件 Open project: gmuGADIG/Lurk2015Testing

Public Properties

Property Type Description
damage float
timeToDeletion float

Public Methods

Method Description
DamagePlayers ( ) : void
Run ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

DamagePlayers() public method

public DamagePlayers ( ) : void
return void

Run() public method

public Run ( ) : void
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

timeToDeletion public_oe property

public float timeToDeletion
return float