Version: 2022.3
언어: 한국어

WebGLMemoryGrowthMode

enumeration

매뉴얼로 전환

설명

An enum containing different memory growth modes.

This enum is used within the WebGL platform to define how the WASM memory heap grows.

변수

NoneThe WASM memory heap has a fixed size.
LinearThe WASM memory heap is increased by constant increments.
GeometricThe WASM memory heap is increased by a geometric factor.