Variable GBTMeshStateConst

GBTMeshState: {
    AllMesh: "ALL_MESH";
    Mixed: "MIXED";
    NoMesh: "NO_MESH";
    Unknown: "UNKNOWN";
} = ...

Export

Type declaration

  • Readonly AllMesh: "ALL_MESH"
  • Readonly Mixed: "MIXED"
  • Readonly NoMesh: "NO_MESH"
  • Readonly Unknown: "UNKNOWN"

Generated using TypeDoc