Show / Hide Table of Contents

Delegate TriggerPointLoading

Called in "determine visibility for node" - if the _pointCache does not contain the points load them.

Namespace: Fusee.PointCloud.Core
Assembly: Fusee.PointCloud.Core.dll
Syntax
public delegate void TriggerPointLoading(OctantId guid);
Parameters
Type Name Description
OctantId guid

Unique ID of an octant.

Generated by DocFX
GitHub Repo
Back to top