C# Class Abilities, Final_Project_Main

Datei anzeigen Open project: framadan/Final_Project_Main Class Usage Examples

Public Properties

Property Type Description
delay float
delayTime float
eFire GameObject
fire GameObject

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

delay public_oe property

public float delay
return float

delayTime public_oe property

public float delayTime
return float

eFire public_oe property

public GameObject eFire
return GameObject

fire public_oe property

public GameObject fire
return GameObject