C# Class Shooter, SlashRunner

Inheritance: MonoBehaviour
Datei anzeigen Open project: matthewAURA/SlashRunner Class Usage Examples

Public Properties

Property Type Description
destroyTime int

Public Methods

Method Description
Shoot ( ) : void

Method Details

Shoot() public abstract method

public abstract Shoot ( ) : void
return void

Property Details

destroyTime public_oe property

Specifies how long the shot prefab will last in game world after being shot.
public int destroyTime
return int