C# Class Malady, Castle-Bashers

Inheritance: Boss
Mostrar archivo Open project: DevelopersGuild/Castle-Bashers

Public Properties

Property Type Description
CenterObj GameObject
ClawSkill GameObject
Grouper GroupingManager,

Public Methods

Method Description
Act ( Type t ) : void
CalcDirection ( ) : void
PolyAttack ( ) : void
Start ( ) : void
SummonPortal ( ) : void
Update ( ) : void
endFunction ( ) : void
getDirection ( ) : float

Private Methods

Method Description
Claw ( ) : void
Claw ( bool left ) : void
HairAttack ( ) : void
HairGrab ( ) : void
HandsAttack ( ) : void
InstantiateClaw ( ) : void
Polymorph ( ) : void
Summon ( ) : void
Swarm ( ) : void
Tele ( ) : void
Teleport ( ) : void
Teleport ( GameObject targ ) : void
Teleport ( Vector3 targ, bool camped = false ) : void
getPlayerType ( ) : void
setAnimating ( bool bl ) : void
sortPriority ( ) : void
spawnSwarm ( ) : void
teleClaw ( ) : void
teleClawUpdate ( ) : void
updateTeleClaw ( ) : void

Method Details

Act() public method

public Act ( Type t ) : void
t Type
return void

CalcDirection() public method

public CalcDirection ( ) : void
return void

PolyAttack() public method

public PolyAttack ( ) : void
return void

Start() public method

public Start ( ) : void
return void

SummonPortal() public method

public SummonPortal ( ) : void
return void

Update() public method

public Update ( ) : void
return void

endFunction() public method

public endFunction ( ) : void
return void

getDirection() public method

public getDirection ( ) : float
return float

Property Details

CenterObj public_oe property

public GameObject CenterObj
return GameObject

ClawSkill public_oe property

public GameObject ClawSkill
return GameObject

Grouper public_oe property

public GroupingManager, Grouper
return GroupingManager,