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

    Interface ShaderPropertyMetadata

    Metadata for a shader property.

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

    Properties

    Properties

    defaultValue?: unknown