docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ITransformValuesAccessor

    Contract to implement a getter and setter for TransformValues.

    Namespace: Unity.Cloud.DataStreaming.Runtime
    Assembly: Unity.Cloud.DataStreaming.Runtime.dll
    Syntax
    public interface ITransformValuesAccessor

    Methods

    Get()

    Gets the associated TransformValues.

    Declaration
    TransformValues Get()
    Returns
    Type Description
    TransformValues

    A TransformValues.

    Set(TransformValues)

    Sets the associated TransformValues value.

    Declaration
    void Set(TransformValues transformValues)
    Parameters
    Type Name Description
    TransformValues transformValues

    The new TransformValues value.

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