Click or drag to resize

BaseSequenceManagerHologramGroupBufferRemoveRange Method

Removes a range of hologram groups.

Namespace:  LynceeTec.API.Sequence
Assembly:  LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 9.2.6612.0 , built 2022-07-14 10:47:23 UTC
Syntax
public void RemoveRange(
	int index,
	int count
)

Parameters

index
Type: SystemInt32
The index specifying the first hologram group to remove
count
Type: SystemInt32
The number of hologram groups to remove
See Also