Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Sequenceで、AppendCallbackの後ろに何もないと、Callbackが呼ばれません #18

Description

@fum1h1ro
var seq = Sequence.Create();
seq.AppendCallback(() => Debug.Log("CALLBACK 0"));
seq.Append(...);
seq.AppendCallback(() => Debug.Log("CALLBACK 1"));

とした場合、最初のCallbackは呼ばれますが、二個目は呼ばれないようです。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions