Class SnapshotTransform | Kinematica | 0.5.0-preview.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class SnapshotTransform

    Inheritance
    Object
    SnapshotProvider
    SnapshotTransform
    Inherited Members
    SnapshotProvider.identifier
    SnapshotProvider.aggregate
    SnapshotProvider.Awake()
    SnapshotProvider.OnEnable()
    SnapshotProvider.OnDisable()
    SnapshotProvider.OnEarlyUpdate(Boolean)
    SnapshotProvider.OnPostProcess()
    SnapshotProvider.OnPostProcess(Buffer)
    SnapshotProvider.WriteVariables(Buffer)
    SnapshotProvider.ReadVariables(Buffer)
    SnapshotProvider.CollectVariables()
    Namespace: Unity.SnapshotDebugger
    Syntax
    public class SnapshotTransform : SnapshotProvider, Serializable

    Fields

    frame

    Declaration
    public SnapshotTransform.Type frame
    Field Value
    Type Description
    SnapshotTransform.Type

    quantize

    Declaration
    public bool quantize
    Field Value
    Type Description
    Boolean

    scale

    Declaration
    public bool scale
    Field Value
    Type Description
    Boolean

    Methods

    ReadFromStream(Buffer)

    Declaration
    public override void ReadFromStream(Buffer buffer)
    Parameters
    Type Name Description
    Buffer buffer
    Overrides
    SnapshotProvider.ReadFromStream(Buffer)

    ReadTransform(Buffer)

    Declaration
    public static RigidTransform ReadTransform(Buffer buffer)
    Parameters
    Type Name Description
    Buffer buffer
    Returns
    Type Description
    RigidTransform

    ReadTransformQuantized(Buffer)

    Declaration
    public static RigidTransform ReadTransformQuantized(Buffer buffer)
    Parameters
    Type Name Description
    Buffer buffer
    Returns
    Type Description
    RigidTransform

    Write(Buffer, RigidTransform)

    Declaration
    public static void Write(Buffer buffer, RigidTransform transform)
    Parameters
    Type Name Description
    Buffer buffer
    RigidTransform transform

    WriteQuantized(Buffer, RigidTransform)

    Declaration
    public static void WriteQuantized(Buffer buffer, RigidTransform transform)
    Parameters
    Type Name Description
    Buffer buffer
    RigidTransform transform

    WriteToStream(Buffer)

    Declaration
    public override void WriteToStream(Buffer buffer)
    Parameters
    Type Name Description
    Buffer buffer
    Overrides
    SnapshotProvider.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