Class StickyNote
Assembly: Unity.VisualScripting.Core.dll
Syntax
public class StickyNote : GraphElement<IGraph>, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Constructors
StickyNote()
Declaration
Fields
defaultColor
Declaration
[DoNotSerialize]
public static readonly Color defaultColor
Field Value
Properties
body
Declaration
[Serialize]
public string body { get; set; }
Property Value
colorTheme
Declaration
[Serialize]
[Inspectable]
public StickyNote.ColorEnum colorTheme { get; set; }
Property Value
position
Declaration
[Serialize]
public Rect position { get; set; }
Property Value
title
Declaration
[Serialize]
public string title { get; set; }
Property Value
Methods
GetFontColor(ColorEnum)
Declaration
public static Color GetFontColor(StickyNote.ColorEnum enumValue)
Parameters
Returns
GetStickyColor(ColorEnum)
Declaration
public static Color GetStickyColor(StickyNote.ColorEnum enumValue)
Parameters
Returns
Implements
Extension Methods