Interface LandscapeDefinition

interface LandscapeDefinition {
    imagePath: string;
    shadowColor: Color;
}

Hierarchy (view full)

Properties

imagePath: string
shadowColor: Color