public class Buffer extends GlTFChildOfRootProperty
| Constructor and Description |
|---|
Buffer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getByteLength()
The length of the buffer in bytes.
|
java.lang.String |
getUri()
The URI (or IRI) of the buffer.
|
void |
setByteLength(java.lang.Integer byteLength)
The length of the buffer in bytes.
|
void |
setUri(java.lang.String uri)
The URI (or IRI) of the buffer.
|
getName, setNameaddExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setUri(java.lang.String uri)
uri - The uri to setpublic java.lang.String getUri()
public void setByteLength(java.lang.Integer byteLength)
byteLength - The byteLength 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 getByteLength()
Copyright © 2024. All Rights Reserved.