C# Class ClawAttack, Castle-Bashers

Inheritance: Skill
显示文件 Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Public Properties

Property Type Description
claw1 ExtendBehaviour,

Public Methods

Method Description
ClawAttack ( ) : System
ClawAttack ( ExtendBehaviour, c1, ExtendBehaviour, c2, ExtendBehaviour, c3, ExtendBehaviour, c4 ) : System
UseSkill ( GameObject caller, GameObject target = null, System optionalParameters = null ) : void

Protected Methods

Method Description
Start ( ) : void

Method Details

ClawAttack() public method

public ClawAttack ( ) : System
return System

ClawAttack() public method

public ClawAttack ( ExtendBehaviour, c1, ExtendBehaviour, c2, ExtendBehaviour, c3, ExtendBehaviour, c4 ) : System
c1 ExtendBehaviour,
c2 ExtendBehaviour,
c3 ExtendBehaviour,
c4 ExtendBehaviour,
return System

Start() protected method

protected Start ( ) : void
return void

UseSkill() public method

public UseSkill ( GameObject caller, GameObject target = null, System optionalParameters = null ) : void
caller GameObject
target GameObject
optionalParameters System
return void

Property Details

claw1 public_oe property

public ExtendBehaviour, claw1
return ExtendBehaviour,