Uses of Interface
com.badlogic.gdx.graphics.g3d.particles.ParallelArray.ChannelInitializer
-
Packages that use ParallelArray.ChannelInitializer Package Description com.badlogic.gdx.graphics.g3d.particles -
-
Uses of ParallelArray.ChannelInitializer in com.badlogic.gdx.graphics.g3d.particles
Classes in com.badlogic.gdx.graphics.g3d.particles that implement ParallelArray.ChannelInitializer Modifier and Type Class Description static classParticleChannels.ColorInitializerstatic classParticleChannels.Rotation2dInitializerstatic classParticleChannels.Rotation3dInitializerstatic classParticleChannels.ScaleInitializerstatic classParticleChannels.TextureRegionInitializerMethods in com.badlogic.gdx.graphics.g3d.particles with parameters of type ParallelArray.ChannelInitializer Modifier and Type Method Description <T extends ParallelArray.Channel>
TParallelArray. addChannel(ParallelArray.ChannelDescriptor channelDescriptor, ParallelArray.ChannelInitializer<T> initializer)Adds and returns a channel described by the channel descriptor parameter.
-