C# Class DefaultActorController, CombatDesigner

Inheritance: ActorController
Datei anzeigen Open project: gucheng0712/CombatDesigner

Public Methods

Method Description
Awake ( ) : void
Init ( ) : void
Update ( ) : void
UpdatePhysics ( ) : void

Protected Methods

Method Description
UpdateAILogic ( ) : void
UpdateAerialInfo ( ) : void
UpdateAnimation ( ) : void
UpdateFriction ( ) : void
UpdateGrounededInfo ( ) : void
UpdatePlayerLogic ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateAILogic() protected method

protected UpdateAILogic ( ) : void
return void

UpdateAerialInfo() protected method

protected UpdateAerialInfo ( ) : void
return void

UpdateAnimation() protected method

protected UpdateAnimation ( ) : void
return void

UpdateFriction() protected method

protected UpdateFriction ( ) : void
return void

UpdateGrounededInfo() protected method

protected UpdateGrounededInfo ( ) : void
return void

UpdatePhysics() public method

public UpdatePhysics ( ) : void
return void

UpdatePlayerLogic() protected method

protected UpdatePlayerLogic ( ) : void
return void