Class Variable | Kinematica | 0.5.0-preview.1
docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023