Version: 2017.1
Experimental: this API is experimental and might be changed or removed in the future.

CullingParameters.SetLayerCullDistance

マニュアルに切り替える
public void SetLayerCullDistance (int layerIndex, float distance);

パラメーター

layerIndex Game object layer index (0 to 31).
distance Distance beyond which objects in this layer are culled.

説明

Set per-layer culling distance.

関連項目: GetLayerCullDistance.