Skip to main content
API Reference NianticSpatial.NSDK.AR.PersistentAnchors.Spaces

NsdkVpsSpaceResponse

Response object for NsdkVpsSpace.GetSpaceDataForNode, contains whether the request was...

Declaration

public struct NsdkVpsSpaceResponse : ValueType

Summary

Response object for NsdkVpsSpace.GetSpaceDataForNode, contains whether the request was successful and the space data for the node

Notice

This is an experimental feature. Experimental features should not be used in production products as they are subject to breaking changes, not officially supported, and may be deprecated without notice


Constructors

public NsdkVpsSpaceResponse(bool success, NsdkVpsSpace space)

Properties

NameTypeSummary
SpaceNsdkVpsSpace
-
Successbool
-