Version: 2022.3
언어: 한국어

PlayerSettings.WebGL.geometricMemoryGrowthStep

매뉴얼로 전환
public static float geometricMemoryGrowthStep ;

설명

Heap memory growth factor.

Advanced tuning option to control the growth step for the heap memory if geometric memory growth is enabled (Recommended default: 0.2). A growth factor of 0.2 means that the size of the heap is increased by 0.2 * currentHeapSize each time the heap needs to grow.