interface CamCommandSetColor {
    color: Vector3;
    entities: GeometryEntity[];
}

Properties

Properties

color: Vector3
entities: GeometryEntity[]