 | BaseSequenceManagerHologramGroupBufferRemoveRange Method |
Removes a range of hologram groups.
Namespace:
LynceeTec.API.Sequence
Assembly:
LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 10.0.10313.0 , built 2022-11-01 12:36:54 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