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

    Interface ShaderPropertyMetadata

    Metadata for a shader property.

    interface ShaderPropertyMetadata {
        defaultValue?: unknown;
        type: ShaderPropertyType;
    }
    Index
    defaultValue?: unknown