Small World Engine API Reference - v0.46.1
    Preparing search index...

    Interface ShaderProvider

    Interface for components that provide their own shader definitions. Typically implemented by Material classes.

    interface ShaderProvider {
        getShaderDefinition(): ShaderDefinition;
    }

    Implemented by

    Index

    Methods