 | 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
Syntaxpublic void RemoveRange(
int index,
int count
)
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