Uses of Class
com.badlogic.gdx.graphics.g3d.particles.ParallelArray.Channel
-
Packages that use ParallelArray.Channel Package Description com.badlogic.gdx.graphics.g3d.particles -
-
Uses of ParallelArray.Channel in com.badlogic.gdx.graphics.g3d.particles
Classes in com.badlogic.gdx.graphics.g3d.particles with type parameters of type ParallelArray.Channel Modifier and Type Interface Description static interfaceParallelArray.ChannelInitializer<T extends ParallelArray.Channel>This interface is used to provide custom initialization of theParallelArray.ChanneldataSubclasses of ParallelArray.Channel in com.badlogic.gdx.graphics.g3d.particles Modifier and Type Class Description classParallelArray.FloatChannelclassParallelArray.IntChannelclassParallelArray.ObjectChannel<T>Methods in com.badlogic.gdx.graphics.g3d.particles with type parameters of type ParallelArray.Channel Modifier and Type Method Description <T extends ParallelArray.Channel>
TParallelArray. addChannel(ParallelArray.ChannelDescriptor channelDescriptor)Adds and returns a channel described by the channel descriptor parameter.<T extends ParallelArray.Channel>
TParallelArray. addChannel(ParallelArray.ChannelDescriptor channelDescriptor, ParallelArray.ChannelInitializer<T> initializer)Adds and returns a channel described by the channel descriptor parameter.<T extends ParallelArray.Channel>
TParallelArray. getChannel(ParallelArray.ChannelDescriptor descriptor)
-