public class TechniqueStates extends GlTFProperty
| Constructor and Description |
|---|
TechniqueStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEnable(java.lang.Integer element)
Add the given enable.
|
java.util.List<java.lang.Integer> |
defaultEnable()
Returns the default value of the enable
|
java.util.List<java.lang.Integer> |
getEnable()
WebGL states to enable.
|
TechniqueStatesFunctions |
getFunctions()
Arguments for fixed-function rendering state functions other than
`enable()`/`disable()`.
|
void |
removeEnable(java.lang.Integer element)
Remove the given enable.
|
void |
setEnable(java.util.List<java.lang.Integer> enable)
WebGL states to enable.
|
void |
setFunctions(TechniqueStatesFunctions functions)
Arguments for fixed-function rendering state functions other than
`enable()`/`disable()`.
|
addExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setEnable(java.util.List<java.lang.Integer> enable)
enable - The enable to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.util.List<java.lang.Integer> getEnable()
public void addEnable(java.lang.Integer element)
element - The elementjava.lang.NullPointerException - If the given element is nullpublic void removeEnable(java.lang.Integer element)
null.element - The elementjava.lang.NullPointerException - If the given element is nullpublic java.util.List<java.lang.Integer> defaultEnable()
getEnable()public void setFunctions(TechniqueStatesFunctions functions)
functions - The functions to setpublic TechniqueStatesFunctions getFunctions()
Copyright © 2022. All Rights Reserved.