<Code Lib>
2023 Method
Changes 0
M

FabricationConfiguration.LocateMaterial

Description:
Gets material by group and name.

public int LocateMaterial(
	string group,
	string name
)

  • String
    group
    The material group.
  • String
    name
    The group name.
Return Value int The material identifier. Returns -1 if not found.

Loading…