bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Interface AssemblyPartDef<T>

    interface AssemblyPartDef<T> {
        id: string;
        shape: T;
        name: string;
        colorRgba?: ColorRGBA;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    id: string

    Unique identifier for referencing this part

    shape: T

    The shape for this part

    name: string

    Display name for the part

    colorRgba?: ColorRGBA

    Optional color for the part