Java com.badlogic.gdx.graphics.g3d Attributes fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.graphics.g3d Attributes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.graphics.g3d Attributes.

The text is from its open source code.

Method

Tget(Class clazz, final long type)
Example usage: ((BlendingAttribute)material.get(BlendingAttribute.ID)).sourceFunction;
Arrayget(final Array out, final long type)
Get multiple attributes at once.
Attributeget(final long type)
Example usage: ((BlendingAttribute)material.get(BlendingAttribute.ID)).sourceFunction;
booleanhas(final long type)
voidremove(final long mask)
Removes the attribute from the material, i.e.: material.remove(BlendingAttribute.ID); Can also be used to remove multiple attributes also, i.e.
voidset(final Attribute attribute)
Add a attribute to this material.
voidset(final Attribute... attributes)
Add an array of attributes to this material.
voidset(final Iterable attributes)
Add an array of attributes to this material.