docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class StickyNote

    Inheritance
    object
    GraphElement<IGraph>
    StickyNote
    Implements
    IGraphElement
    IGraphItem
    INotifiedCollectionItem
    IDisposable
    IPrewarmable
    IAotStubbable
    IIdentifiable
    IAnalyticsIdentifiable
    Inherited Members
    GraphElement<IGraph>.guid
    GraphElement<IGraph>.Instantiate(GraphReference)
    GraphElement<IGraph>.Uninstantiate(GraphReference)
    GraphElement<IGraph>.BeforeAdd()
    GraphElement<IGraph>.AfterAdd()
    GraphElement<IGraph>.BeforeRemove()
    GraphElement<IGraph>.AfterRemove()
    GraphElement<IGraph>.Dispose()
    GraphElement<IGraph>.InstantiateNest()
    GraphElement<IGraph>.UninstantiateNest()
    GraphElement<IGraph>.dependencyOrder
    GraphElement<IGraph>.HandleDependencies()
    GraphElement<IGraph>.graph
    GraphElement<IGraph>.deserializationDependencies
    GraphElement<IGraph>.GetAotStubs(HashSet<object>)
    GraphElement<IGraph>.Prewarm()
    GraphElement<IGraph>.CopyFrom(GraphElement<IGraph>)
    GraphElement<IGraph>.ToString()
    GraphElement<IGraph>.GetAnalyticsIdentifier()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Unity.VisualScripting
    Assembly: Unity.VisualScripting.Core.dll
    Syntax
    public class StickyNote : GraphElement<IGraph>, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable

    Constructors

    StickyNote()

    Declaration
    public StickyNote()

    Fields

    defaultColor

    Declaration
    [DoNotSerialize]
    public static readonly Color defaultColor
    Field Value
    Type Description
    Color

    Properties

    body

    Declaration
    [Serialize]
    public string body { get; set; }
    Property Value
    Type Description
    string

    colorTheme

    Declaration
    [Serialize]
    [Inspectable]
    public StickyNote.ColorEnum colorTheme { get; set; }
    Property Value
    Type Description
    StickyNote.ColorEnum

    position

    Declaration
    [Serialize]
    public Rect position { get; set; }
    Property Value
    Type Description
    Rect

    title

    Declaration
    [Serialize]
    public string title { get; set; }
    Property Value
    Type Description
    string

    Methods

    GetFontColor(ColorEnum)

    Declaration
    public static Color GetFontColor(StickyNote.ColorEnum enumValue)
    Parameters
    Type Name Description
    StickyNote.ColorEnum enumValue
    Returns
    Type Description
    Color

    GetStickyColor(ColorEnum)

    Declaration
    public static Color GetStickyColor(StickyNote.ColorEnum enumValue)
    Parameters
    Type Name Description
    StickyNote.ColorEnum enumValue
    Returns
    Type Description
    Color

    Implements

    IGraphElement
    IGraphItem
    INotifiedCollectionItem
    IDisposable
    IPrewarmable
    IAotStubbable
    IIdentifiable
    IAnalyticsIdentifiable

    Extension Methods

    Cloning.Clone(object, ICloner, bool)
    Cloning.Clone(object, ICloner, bool)
    Cloning.CloneViaFakeSerialization(object)
    Cloning.CloneViaFakeSerialization(object)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    Serialization.Serialize(object, bool)
    Serialization.Serialize(object, bool)
    TypeUtility.ToShortString(object, int)
    TypeUtility.ToShortString(object, int)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.ToSafeString(object)
    UnityObjectUtility.ToSafeString(object)
    XAnalyserProvider.Analyser(object, GraphReference)
    XAnalyserProvider.Analyser(object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(object, IGraphContext)
    XAnalyserProvider.Analysis(object, GraphReference)
    XAnalyserProvider.Analysis(object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(object, IGraphContext)
    XDescriptorProvider.Describe(object)
    XDescriptorProvider.Description(object)
    XDescriptorProvider.Description<TDescription>(object)
    XDescriptorProvider.Descriptor(object)
    XDescriptorProvider.Descriptor<TDescriptor>(object)
    XDescriptorProvider.HasDescriptor(object)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.Clone<T>(T, ICloner, bool)
    Cloning.Clone<T>(T, ICloner, bool)
    LinqUtility.Yield<T>(T)
    LinqUtility.Yield<T>(T)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)