docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct Model.Input

    Input data structure

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Unity.Barracuda
    Assembly: solution.dll
    Syntax
    public struct Model.Input

    Fields

    name

    Name

    Declaration
    public string name
    Field Value
    Type Description
    string

    rank

    Input rank

    Declaration
    public int rank
    Field Value
    Type Description
    int

    shape

    Shape as int array

    Declaration
    public int[] shape
    Field Value
    Type Description
    int[]

    Methods

    WithName(string)

    Creates input structure with specified name

    Declaration
    public Model.Input WithName(string name)
    Parameters
    Type Name Description
    string name

    name

    Returns
    Type Description
    Model.Input

    Input structure

    In This Article
    Back to top
    Copyright © 2025 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)