Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d.particles |
Modifier and Type | Interface and Description |
---|---|
static interface |
ParallelArray.ChannelInitializer<T extends ParallelArray.Channel>
This interface is used to provide custom initialization of the
ParallelArray.Channel data |
Modifier and Type | Class and Description |
---|---|
class |
ParallelArray.FloatChannel |
class |
ParallelArray.IntChannel |
class |
ParallelArray.ObjectChannel<T> |
Modifier and Type | Method and Description |
---|---|
<T extends ParallelArray.Channel> |
ParallelArray.addChannel(ParallelArray.ChannelDescriptor channelDescriptor)
Adds and returns a channel described by the channel descriptor parameter.
|
<T extends ParallelArray.Channel> |
ParallelArray.addChannel(ParallelArray.ChannelDescriptor channelDescriptor,
ParallelArray.ChannelInitializer<T> initializer)
Adds and returns a channel described by the channel descriptor parameter.
|
<T extends ParallelArray.Channel> |
ParallelArray.getChannel(ParallelArray.ChannelDescriptor descriptor) |