Class Variable | Kinematica | 0.5.0-preview.1
docs.unity.cn
    Show / Hide Table of Contents

    Class Variable

    Inheritance
    Object
    Variable
    Namespace: Unity.SnapshotDebugger
    Syntax
    public sealed class Variable : Serializable

    Constructors

    Variable(SnapshotProvider, FieldInfo, SnapshotAttribute)

    Declaration
    public Variable(SnapshotProvider provider, FieldInfo field, SnapshotAttribute attribute)
    Parameters
    Type Name Description
    SnapshotProvider provider
    FieldInfo field
    SnapshotAttribute attribute

    Properties

    attribute

    Declaration
    public SnapshotAttribute attribute { get; }
    Property Value
    Type Description
    SnapshotAttribute

    gameObject

    Declaration
    public GameObject gameObject { get; }
    Property Value
    Type Description
    GameObject

    name

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

    value

    Declaration
    public object value { get; set; }
    Property Value
    Type Description
    Object

    Methods

    ReadFromStream(Buffer)

    Declaration
    public void ReadFromStream(Buffer buffer)
    Parameters
    Type Name Description
    Buffer buffer
    Implements
    Serializable.ReadFromStream(Buffer)

    WriteToStream(Buffer)

    Declaration
    public void WriteToStream(Buffer buffer)
    Parameters
    Type Name Description
    Buffer buffer
    Implements
    Serializable.WriteToStream(Buffer)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX