rhodonite
    Preparing search index...

    Interface AlphaModeEnum

    interface AlphaModeEnum {
        index: number;
        str: string;
        symbol: symbol;
        toGltfString(): string;
        toJSON(): number;
        toString(): string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    index: number
    str: string
    symbol: symbol

    Methods