Type alias MergeArgs

MergeArgs: {
    instances: number[];
    section: MeshSection;
    transparent: boolean;
}

Type declaration

  • instances: number[]
  • section: MeshSection
  • transparent: boolean

Generated using TypeDoc