docs.unity3d.com
    Show / Hide Table of Contents

    Class Product

    Inheritance
    Object
    Product
    BoltProduct
    LudiqProduct
    Namespace: Unity.VisualScripting
    Syntax
    public abstract class Product : IAboutable

    Constructors

    Product()

    Declaration
    protected Product()

    Properties

    aboutWindow

    Declaration
    public AboutWindow aboutWindow { get; }
    Property Value
    Type Description
    AboutWindow

    assetStoreUrl

    Declaration
    public virtual string assetStoreUrl { get; }
    Property Value
    Type Description
    String

    author

    Declaration
    public abstract string author { get; }
    Property Value
    Type Description
    String
    Implements
    IAboutable.author

    authorLabel

    Declaration
    public virtual string authorLabel { get; }
    Property Value
    Type Description
    String
    Implements
    IAboutable.authorLabel

    authorLogo

    Declaration
    public Texture2D authorLogo { get; protected set; }
    Property Value
    Type Description
    Texture2D
    Implements
    IAboutable.authorLogo

    authorUrl

    Declaration
    public string authorUrl { get; }
    Property Value
    Type Description
    String
    Implements
    IAboutable.authorUrl

    configurationPanel

    Declaration
    public ConfigurationPanel configurationPanel { get; }
    Property Value
    Type Description
    ConfigurationPanel

    configurationPanelLabel

    Declaration
    public abstract string configurationPanelLabel { get; }
    Property Value
    Type Description
    String

    copyrightHolder

    Declaration
    public virtual string copyrightHolder { get; }
    Property Value
    Type Description
    String
    Implements
    IAboutable.copyrightHolder

    copyrightYear

    Declaration
    public virtual int copyrightYear { get; }
    Property Value
    Type Description
    Int32
    Implements
    IAboutable.copyrightYear

    description

    Declaration
    public abstract string description { get; }
    Property Value
    Type Description
    String
    Implements
    IAboutable.description

    id

    Declaration
    public string id { get; }
    Property Value
    Type Description
    String

    logo

    Declaration
    public Texture2D logo { get; protected set; }
    Property Value
    Type Description
    Texture2D
    Implements
    IAboutable.logo

    manualUrl

    Declaration
    public virtual string manualUrl { get; }
    Property Value
    Type Description
    String

    name

    Declaration
    public abstract string name { get; }
    Property Value
    Type Description
    String
    Implements
    IAboutable.name

    plugins

    Declaration
    public ReadOnlyCollection<Plugin> plugins { get; }
    Property Value
    Type Description
    ReadOnlyCollection<Plugin>

    publisherUrl

    Declaration
    public virtual string publisherUrl { get; }
    Property Value
    Type Description
    String

    requiresSetup

    Declaration
    public virtual bool requiresSetup { get; }
    Property Value
    Type Description
    Boolean

    supportUrl

    Declaration
    public virtual string supportUrl { get; }
    Property Value
    Type Description
    String

    url

    Declaration
    public string url { get; }
    Property Value
    Type Description
    String
    Implements
    IAboutable.url

    version

    Declaration
    public abstract SemanticVersion version { get; }
    Property Value
    Type Description
    SemanticVersion
    Implements
    IAboutable.version

    websiteUrl

    Declaration
    public virtual string websiteUrl { get; }
    Property Value
    Type Description
    String

    Methods

    Initialize()

    Declaration
    public virtual void Initialize()

    Extension Methods

    XAnalyserProvider.Analyser(Object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(Object, IGraphContext)
    XAnalyserProvider.Analysis(Object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(Object, IGraphContext)
    XAnalyserProvider.Analyser(Object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(Object, GraphReference)
    XAnalyserProvider.Analysis(Object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(Object, GraphReference)
    XDescriptorProvider.Describe(Object)
    XDescriptorProvider.HasDescriptor(Object)
    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    XDescriptorProvider.Description(Object)
    XDescriptorProvider.Description<TDescription>(Object)
    Cloning.Clone(Object, ICloner, Boolean)
    Cloning.Clone<T>(T, ICloner, Boolean)
    Cloning.CloneViaFakeSerialization(Object)
    Cloning.CloneViaFakeSerialization<T>(T)
    ConversionUtility.IsConvertibleTo(Object, Type, Boolean)
    ConversionUtility.IsConvertibleTo<T>(Object, Boolean)
    ConversionUtility.ConvertTo(Object, Type)
    ConversionUtility.ConvertTo<T>(Object)
    TypeUtility.ToShortString(Object, Int32)
    Serialization.CloneViaSerialization<T>(T, Boolean)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, Boolean)
    Serialization.Serialize(Object, Boolean)
    LinqUtility.Yield<T>(T)
    UnityObjectUtility.IsUnityNull(Object)
    UnityObjectUtility.ToSafeString(Object)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023