Table of Contents

LifecycleBehaviour.UnorderedActionList Class

protected sealed class LifecycleBehaviour.UnorderedActionList
Inheritance
LifecycleBehaviour.UnorderedActionList

Remarks

[NOT Thread-Safe] Item order will be changed when remove item from list.

Fields

INITIAL_CAPACITY
MAX_CAPACITY_EXPANSION

Capacity expanded exponentially until reaches this value. (when 8 -> 1, 2, 4, 8, 16, 24, 32, 40)

Methods

Add(Action)
Clear()
GetActions()
Invoke()

Invoke registered actions.

Remove(Action)