Show / Hide Table of Contents

Delegate GetInstanceData

Delegate for a method that tries to get the InstanceData of an octant. If they are not cached yet, they should be created an added to the _gpuDataCache.

Namespace: Fusee.PointCloud.Core
Assembly: Fusee.PointCloud.Core.dll
Syntax
public delegate IEnumerable<InstanceData> GetInstanceData(OctantId guid);
Parameters
Type Name Description
OctantId guid
Returns
Type Description
System.Collections.Generic.IEnumerable<InstanceData>
Generated by DocFX
GitHub Repo
Back to top