Class ParallelArray.Channel
- java.lang.Object
-
- com.badlogic.gdx.graphics.g3d.particles.ParallelArray.Channel
-
- Direct Known Subclasses:
ParallelArray.FloatChannel,ParallelArray.IntChannel,ParallelArray.ObjectChannel
- Enclosing class:
- ParallelArray
public abstract class ParallelArray.Channel extends java.lang.ObjectThis class represents a container of values for all the elements for a given property
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.ObjectdataintidintstrideSize
-
Constructor Summary
Constructors Constructor Description Channel(int id, java.lang.Object data, int strideSize)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidadd(int index, java.lang.Object... objects)protected abstract voidsetCapacity(int requiredCapacity)abstract voidswap(int i, int k)
-