Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NativeDataBuffer

Container for accessors for natively-stored mesh data buffers.

Hierarchy

Index

Constructors

constructor

Properties

capacitySearch playground for capacity

capacity: number

Gets or sets the size of the underlying buffer

is32BitsSearch playground for is32Bits

is32Bits: boolean

Gets or sets a boolean indicating if the buffer contains 32bits indices

Optional nativeIndexBufferSearch playground for nativeIndexBuffer

nativeIndexBuffer: NativeData

Accessor value used to identify/retrieve a natively-stored index buffer.

Optional nativeVertexBufferSearch playground for nativeVertexBuffer

nativeVertexBuffer: NativeData

Accessor value used to identify/retrieve a natively-stored vertex buffer.

referencesSearch playground for references

references: number

Gets or sets the number of objects referencing this buffer

Readonly uniqueIdSearch playground for uniqueId

uniqueId: number

Gets the unique id of this buffer

Accessors

underlyingResource

  • get underlyingResource(): any

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static property
  • Static method