docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IConstantValue

    Represents a Constant value in an ImporterGraph. See also: ImportConstant<T>.

    Inherited Members
    IDestinationEdge.Destination
    Namespace: UnityEngine.Importer
    Assembly: Unity.Importer.dll
    Syntax
    public interface IConstantValue : IDestinationEdge

    Properties

    Type

    The Type of the constant.

    Declaration
    Type Type { get; }
    Property Value
    Type Description
    Type

    Value

    The value of the constant.

    Declaration
    object Value { get; }
    Property Value
    Type Description
    object
    In This Article
    Back to top
    Copyright © 2024 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)