C# Class TheFisterSigil, Unity

Inheritance: Sigil
显示文件 Open project: zackva/Unity

Public Properties

Property Type Description
chargeTimer float
charging bool
currentFist GameObject
player GameObject
theFist GameObject

Public Methods

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

Method Details

Effect() public method

public Effect ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

chargeTimer public_oe property

public float chargeTimer
return float

charging public_oe property

public bool charging
return bool

currentFist public_oe property

public GameObject currentFist
return GameObject

player public_oe property

public GameObject player
return GameObject

theFist public_oe property

public GameObject theFist
return GameObject