public interface MField extends X3DField
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Removes all values in the field array, changing the array size to zero.
|
void |
remove(int index)
Remove one element of the field array at index position, if found.
|
int |
size()
Get the size of the underlying data array.
|
addX3DEventListener, getDefinition, isReadable, isWritable, removeX3DEventListenerint size()
void clear()
void remove(int index)
index - position of element in field array that gets removedCopyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.