animationPlayerChanged

    Emitted when the animPlayer is changed.

    AnimationTree.swift:290
    var animationPlayerChanged: SimpleSignal { get }

    To connect to this signal, reference this property and call the

    connect method with the method you want to invoke

    Example:

    obj.animationPlayerChanged.connect {
       print ("caught signal")
    }

    Other members in extension

    Types

    Type members

    Instance members