docs.unity.cn
    Show / Hide Table of Contents

    Interface KeywordDependentCollection.ISet<IInstance>

    Namespace: UnityEditor.ShaderGraph.Internal
    Syntax
    public interface ISet<IInstance>
    Type Parameters
    Name Description
    IInstance

    Properties

    instanceCount

    Declaration
    int instanceCount { get; }
    Property Value
    Type Description
    Int32

    instances

    Declaration
    IEnumerable<IInstance> instances { get; }
    Property Value
    Type Description
    IEnumerable<IInstance>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 08 September 2021