docs.unity.cn
    Show / Hide Table of Contents

    Class ScriptableData<T>

    Inheritance
    Object
    ScriptableData<T>
    Namespace: UnityEditor.U2D.Path
    Syntax
    public class ScriptableData<T> : ScriptableObject
    Type Parameters
    Name Description
    T

    Properties

    data

    Declaration
    public T data { get; set; }
    Property Value
    Type Description
    T

    index

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

    owner

    Declaration
    public UnityEngine.Object owner { get; set; }
    Property Value
    Type Description
    UnityEngine.Object
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, March 1, 2022
    Terms of use