hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface ITickable

    Interface for objects that can be ticked (updated) over time.

    interface ITickable {
        _tick(delta: number): void;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods

    Methods