public class TechniqueParameters extends GlTFProperty
| Constructor and Description |
|---|
TechniqueParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(java.lang.Object element)
Add the given value.
|
java.lang.Integer |
getCount()
When defined, the parameter is an array of count elements of the
specified type.
|
java.lang.Integer |
getNode()
The index of the node whose transform is used as the parameter's
value.
|
java.lang.String |
getSemantic()
Identifies a parameter with a well-known meaning.
|
java.lang.Integer |
getType()
The datatype.
|
java.util.List<java.lang.Object> |
getValue()
The value of the parameter.
|
void |
removeValue(java.lang.Object element)
Remove the given value.
|
void |
setCount(java.lang.Integer count)
When defined, the parameter is an array of count elements of the
specified type.
|
void |
setNode(java.lang.Integer node)
The index of the node whose transform is used as the parameter's
value.
|
void |
setSemantic(java.lang.String semantic)
Identifies a parameter with a well-known meaning.
|
void |
setType(java.lang.Integer type)
The datatype.
|
void |
setValue(java.util.List<java.lang.Object> value)
The value of the parameter.
|
addExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setCount(java.lang.Integer count)
count - The count to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.lang.Integer getCount()
public void setNode(java.lang.Integer node)
node - The node to setpublic java.lang.Integer getNode()
public void setType(java.lang.Integer type)
type - The type to setjava.lang.NullPointerException - If the given value is nulljava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.lang.Integer getType()
public void setSemantic(java.lang.String semantic)
semantic - The semantic to setpublic java.lang.String getSemantic()
public void setValue(java.util.List<java.lang.Object> value)
value - The value to setpublic java.util.List<java.lang.Object> getValue()
public void addValue(java.lang.Object element)
element - The elementjava.lang.NullPointerException - If the given element is nullpublic void removeValue(java.lang.Object element)
null.element - The elementjava.lang.NullPointerException - If the given element is nullCopyright © 2022. All Rights Reserved.