Class StreamingReference | Unity Reflect | 1.3.0-preview.104
docs.unity3d.com
    Show / Hide Table of Contents

    Class StreamingReference

    Inheritance
    Object
    StreamingReference
    Namespace: UnityEngine.Reflect
    Syntax
    public class StreamingReference : IComparable<StreamingReference>

    Constructors

    StreamingReference(SyncInstance, SyncObjectBinding.Identifier, Vector3, Single)

    Declaration
    public StreamingReference(SyncInstance syncInstance, SyncObjectBinding.Identifier identifier, Vector3 position, float score = -1F)
    Parameters
    Type Name Description
    SyncInstance syncInstance
    SyncObjectBinding.Identifier identifier
    Vector3 position
    Single score

    Methods

    CompareTo(StreamingReference)

    Declaration
    public int CompareTo(StreamingReference other)
    Parameters
    Type Name Description
    StreamingReference other
    Returns
    Type Description
    Int32

    GetIdentifier()

    Declaration
    public SyncObjectBinding.Identifier GetIdentifier()
    Returns
    Type Description
    SyncObjectBinding.Identifier

    GetSyncInstance()

    Declaration
    public SyncInstance GetSyncInstance()
    Returns
    Type Description
    SyncInstance

    UpdateScore(Transform, Transform)

    Declaration
    public void UpdateScore(Transform camera, Transform syncRoot)
    Parameters
    Type Name Description
    Transform camera
    Transform syncRoot
    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