2027 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 Int32 The material identifier. Returns -1 if not found.