GLTFBuffer

Undocumented in source.

Constructors

this
this(Owner o)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

fromArray
void fromArray(ubyte[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.
fromBase64
void fromBase64(string encoded)
Undocumented in source. Be warned that the author may not have intended to support it.
fromFile
void fromFile(ReadOnlyFileSystem fs, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
fromStream
void fromStream(InputStream istrm)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

array
ubyte[] array;
Undocumented in source.

Meta