NodeAnimationStatus()

Syntax

Ergebnis = NodeAnimationStatus(#NodeAnimation)
Beschreibung
Gibt den Status der angegebenen #NodeAnimation zurück.

Parameter

#NodeAnimation Die zu verwendende Node-Animation.

Rückgabewert

Der Rückgabewert kann eine der folgenden Konstanten sein:
  #PB_NodeAnimation_Stopped: Die Animation wurde gestoppt (oder hat ihr Ende erreicht).
  #PB_NodeAnimation_Started: Die Animation läuft.

Siehe auch

StartNodeAnimation(), StopNodeAnimation()

Unterstützte OS

Alle

<- GetNodeAnimationWeight() - NodeAnimation Inhaltsverzeichnis - SetNodeAnimationKeyFramePosition() ->