Skip to content

Instantly share code, notes, and snippets.

@alexson
Created January 13, 2022 09:40
Show Gist options
  • Save alexson/cc4c499ce64c54f35aad3385cb3f4f97 to your computer and use it in GitHub Desktop.
Save alexson/cc4c499ce64c54f35aad3385cb3f4f97 to your computer and use it in GitHub Desktop.
private void OnAnchorsRemoved(AnchorsArgs args)
{
foreach (var anchor in args.Anchors)
{
if (anchor.AnchorType != AnchorType.Plane)
continue;
//Destroy(_planeLookup[anchor.Identifier]);
//_planeLookup.Remove(anchor.Identifier);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment