<Code Lib>
2025 Method
Changes 0
M

FabricationConfiguration.LocateMaterial

Description:
Gets material by group and name.

public int LocateMaterial(
	string group,
	string name
)

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

Loading…