Skip to content

Latest commit

 

History

History
133 lines (59 loc) · 1.48 KB

File metadata and controls

133 lines (59 loc) · 1.48 KB

Home > server > BlockTypeOptions

BlockTypeOptions interface

Options for creating a block type instance.

Signature:

export interface BlockTypeOptions 

Properties

Property

Modifiers

Type

Description

customColliderOptions?

TrimeshColliderOptions

(Optional) The custom collider options for the block type.

id

number

The unique numeric identifier for the block type.

isLiquid?

boolean

(Optional) Whether the block type is a liquid.

name

string

The name of the block type.

textureUri

string

The URI of the texture asset for the block type.