Class DecalSystem.CullResult.Set
Inheritance
DecalSystem.CullResult.Set
Syntax
public class Set : IDisposable
Properties
numResults
Declaration
public int numResults { get; }
Property Value
resultIndices
Declaration
public int[] resultIndices { get; }
Property Value
Methods
Clear()
Declaration
Dispose()
Declaration
QueryIndices(Int32, CullingGroup)
Declaration
public int QueryIndices(int maxLength, CullingGroup cullingGroup)
Parameters
| Type |
Name |
Description |
| Int32 |
maxLength |
|
| CullingGroup |
cullingGroup |
|
Returns