Class HLSLArray | High Definition RP | 6.5.3-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class HLSLArray

    Inheritance
    Object
    Attribute
    HLSLArray
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    [AttributeUsage(AttributeTargets.Field)]
    public class HLSLArray : Attribute, _Attribute

    Constructors

    HLSLArray(Int32, Type)

    Declaration
    public HLSLArray(int arraySize, Type elementType)
    Parameters
    Type Name Description
    Int32 arraySize
    Type elementType

    Fields

    arraySize

    Declaration
    public int arraySize
    Field Value
    Type Description
    Int32

    elementType

    Declaration
    public Type elementType
    Field Value
    Type Description
    Type
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX