docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetChanges

    GetChanges(Allocator)

    Get the changes to the tracked raycasts (arrays of added, updated and removed) since the last call to this method.

    Declaration
    public override TrackableChanges<XRRaycast> GetChanges(Allocator allocator)
    Parameters
    Type Name Description
    Allocator allocator

    An allocator to use for the returned container.

    Returns
    Type Description
    TrackableChanges<XRRaycast>

    The set of changes since the last call to this method. The caller owns the data and is responsible for calling Dispose() on it.

    Overrides
    TrackingSubsystem<XRRaycast, XRRaycastSubsystem, XRRaycastSubsystemDescriptor, XRRaycastSubsystem.Provider>.GetChanges(Allocator)
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023