BTPauseAnimation

Inherits: BTAction < BTTask < BT

BT action that pauses the playback of an animation on the specified AnimationPlayer node.

Description

BTPauseAnimation action pauses the playback of an animation on the specified AnimationPlayer node and returns SUCCESS.

Returns FAILURE if the action fails to get the AnimationPlayer node.

Properties

BBNode

animation_player


Property Descriptions

BBNode animation_player

  • void set_animation_player ( BBNode value )

  • BBNode get_animation_player ( )

Parameter that specifies the AnimationPlayer node.