Uses of Class
com.badlogic.gdx.graphics.g3d.attributes.BlendingAttribute
-
Packages that use BlendingAttribute Package Description com.badlogic.gdx.graphics.g3d.attributes com.badlogic.gdx.graphics.g3d.particles.batches -
-
Uses of BlendingAttribute in com.badlogic.gdx.graphics.g3d.attributes
Methods in com.badlogic.gdx.graphics.g3d.attributes that return BlendingAttribute Modifier and Type Method Description BlendingAttributeBlendingAttribute. copy()Constructors in com.badlogic.gdx.graphics.g3d.attributes with parameters of type BlendingAttribute Constructor Description BlendingAttribute(BlendingAttribute copyFrom) -
Uses of BlendingAttribute in com.badlogic.gdx.graphics.g3d.particles.batches
Fields in com.badlogic.gdx.graphics.g3d.particles.batches declared as BlendingAttribute Modifier and Type Field Description protected BlendingAttributeBillboardParticleBatch. blendingAttributeprotected BlendingAttributePointSpriteParticleBatch. blendingAttributeMethods in com.badlogic.gdx.graphics.g3d.particles.batches that return BlendingAttribute Modifier and Type Method Description BlendingAttributeBillboardParticleBatch. getBlendingAttribute()BlendingAttributePointSpriteParticleBatch. getBlendingAttribute()Constructors in com.badlogic.gdx.graphics.g3d.particles.batches with parameters of type BlendingAttribute Constructor Description BillboardParticleBatch(ParticleShader.AlignMode mode, boolean useGPU, int capacity, BlendingAttribute blendingAttribute, DepthTestAttribute depthTestAttribute)Create a new BillboardParticleBatchPointSpriteParticleBatch(int capacity, ParticleShader.Config shaderConfig, BlendingAttribute blendingAttribute, DepthTestAttribute depthTestAttribute)
-