C# Class CarrierBehaviour, rainCrossBow

Inheritance: Enemy
显示文件 Open project: Collegiennes/rainCrossBow

Public Properties

Property Type Description
WiggleOffset float
WiggleSign int
WiggleSpeed float

Public Methods

Method Description
FixedUpdate ( ) : void
OnDie ( ) : void

Protected Methods

Method Description
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnDie() public method

public OnDie ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Property Details

WiggleOffset public_oe property

public float WiggleOffset
return float

WiggleSign public_oe property

public int WiggleSign
return int

WiggleSpeed public_oe property

public float WiggleSpeed
return float