Interface IDrawableModule

interface IDrawableModule {
    boundingBox: BoundingBox;
    name: string;
}

Properties

Properties

boundingBox: BoundingBox
name: string