Skip to main content

OH3LevelFloatArray

Complete API reference for OH3LevelFloatArray, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Buffers

Component: no


public class OH3LevelFloatArray extends OHFloatDataBase

Constructors

SignatureDescription
OH3LevelFloatArray(OH3LevelFloatArray)Executes OH3LevelFloatArray and returns after the underlying engine call finishes.
OH3LevelFloatArray(Engine)Executes OH3LevelFloatArray and returns after the underlying engine call finishes.
OH3LevelFloatArray(int, int, int)Creates a new instance of OH3LevelFloatArray.
OH3LevelFloatArray(int, int, int, boolean)Creates a new instance of OH3LevelFloatArray.

Attributes

NameTypeDescription
bufferOH3LevelFloatArrayRepresents the buffer value stored on this instance. Read or assign to update the property.

Methods

SignatureReturnsDescription
get(int, int, int)floatReturns the current value.
set(int, int, int, float)voidSets or updates the the value.
getSizeX()intReturns the current size x.
getSizeY()intReturns the current size y.
getSizeZ()intReturns the current size z.