C# Class PheonixShot, Castle-Bashers

Inheritance: Projectile
Datei anzeigen Open project: DevelopersGuild/Castle-Bashers

Public Properties

Property Type Description
flamesObj GameObject

Public Methods

Method Description
Init ( float facing ) : void
Start ( ) : void
Update ( ) : void
getOffset ( ) : Vector3

Method Details

Init() public method

public Init ( float facing ) : void
facing float
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

getOffset() public method

public getOffset ( ) : Vector3
return Vector3

Property Details

flamesObj public_oe property

public GameObject flamesObj
return GameObject