Class CompositorBasePortModel | Compositor | 0.4.0-preview.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class CompositorBasePortModel

    Inheritance
    Object
    CompositorBasePortModel
    Namespace: Unity.Compositor.GraphViewModel
    Syntax
    public class CompositorBasePortModel : PortModel

    Constructors

    CompositorBasePortModel(String, String, PortModelOptions, String)

    Declaration
    public CompositorBasePortModel(string name = null, string uniqueId = null, PortModelOptions options = null, string displayName = "")
    Parameters
    Type Name Description
    String name
    String uniqueId
    PortModelOptions options
    String displayName

    Properties

    CreateEmbeddedValueIfNeeded

    Declaration
    public override bool CreateEmbeddedValueIfNeeded { get; }
    Property Value
    Type Description
    Boolean

    DisplayName

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

    EvaluationType

    Declaration
    public CompositorBasePortModel.PortEvaluationType EvaluationType { get; set; }
    Property Value
    Type Description
    CompositorBasePortModel.PortEvaluationType

    IsPortGroupSize

    Declaration
    public bool IsPortGroupSize { get; set; }
    Property Value
    Type Description
    Boolean

    IsStatic

    Declaration
    public bool IsStatic { get; set; }
    Property Value
    Type Description
    Boolean

    OriginalScriptName

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

    PortDescription

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

    PortGroupIndex

    Declaration
    public int PortGroupIndex { get; set; }
    Property Value
    Type Description
    Int32

    PortGroupInstance

    Declaration
    public int PortGroupInstance { get; set; }
    Property Value
    Type Description
    Int32

    ToolTip

    Declaration
    public override string ToolTip { get; }
    Property Value
    Type Description
    String
    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