Reference API Roblox

Engine API

Website

Related

Reference API Roblox

VoxelBuffer

This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
Tags: [NotCreatable, NotReplicated]

Member index 8

HistoryMember
710ClearAsync(sizeInVoxels: Vector3?): null
710DrawBufferAsync(cframe: CFrame, scale: float, source: VoxelBuffer, mergeConfig: Dictionary): null
710FromHeightmapAsync(heightMap: buffer, width: int, height: int, heightMapRect: Rect, offset: float, scale: float, material: int): null
710GetSizeInVoxels(): Vector3
710NormalizeAsync(): null
710ReadVoxels(channelIds: Array): Dictionary
710UnclampAsync(): null
710WriteVoxels(channels: Dictionary): null
inherited from Object
647ClassName: string
647className: string
647GetPropertyChangedSignal(property: string): RBXScriptSignal
647IsA(className: string): bool
650isA(className: string): bool
647Changed(property: string)

Description

History 9

Members 8

ClearAsync

Parameters (1)
sizeInVoxelsVector3?
Returns (1)
null
This function yields. It will block the calling thread until completion.

History 1

Tags: [Yields]

DrawBufferAsync

Parameters (4)
cframeCFrame
scalefloat
sourceVoxelBuffer
mergeConfigDictionary
Returns (1)
null
This function yields. It will block the calling thread until completion.

History 1

Tags: [Yields]

FromHeightmapAsync

Parameters (7)
heightMapbuffer
widthint
heightint
heightMapRectRect
offsetfloat
scalefloat
materialint
Returns (1)
null
This function yields. It will block the calling thread until completion.

History 1

Tags: [Yields]

GetSizeInVoxels

Parameters (0)
No parameters.
Returns (1)
Vector3

History 1

NormalizeAsync

Parameters (0)
No parameters.
Returns (1)
null
This function yields. It will block the calling thread until completion.

History 1

Tags: [Yields]

ReadVoxels

Parameters (1)
channelIdsArray
Returns (1)
Dictionary
This function has a custom internal state. It may behave in a non-standard way.

History 1

Tags: [CustomLuaState]

UnclampAsync

Parameters (0)
No parameters.
Returns (1)
null
This function yields. It will block the calling thread until completion.

History 1

Tags: [Yields]

WriteVoxels

Parameters (1)
channelsDictionary
Returns (1)
null
This function has a custom internal state. It may behave in a non-standard way.

History 1

Tags: [CustomLuaState]

Settings