phaser - v4.0.0-rc.4
    Preparing search index...

    Type Alias RenderNodesConfig

    type RenderNodesConfig = {
        function?: any;
        key?: string;
    }
    Index

    Properties

    Properties

    function?: any

    The Render Node function itself.

    key?: string

    A key to be used as the name of the RenderNode.