Delegate GetDynamicMeshes
Delegate for a method that tries to get the mesh(es) 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<Mesh> GetDynamicMeshes(OctantId guid);
Parameters
Type | Name | Description |
---|---|---|
OctantId | guid |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Mesh> |