Struct LabelId Scripting Learn / Documentation / Script Reference / LabelIdManualLabelIdstruct in Doozy.Engine.ThemesDescriptionThe LabelId is a structure that stores a string (Label) and Guid pairSee Also: ThemeManager, ThemeData, ThemeVariantDataProperties public Guid Id – Id of this struct public string Label – Label of this structConstructors public LabelId(string label) – Construct a new LabelId with the given label and unique Id public LabelId(Guid guid, string label) – Construct a new LabelId with the given Id and label valuesPublic Methods public void SetId(Guid newGuid) – Set the Id value public void SetLabel(string label) – Set the label valueUnity Manual | Unity Scripting API | .NET API Browser allemaar2019-11-05T18:04:54+02:00