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

CullResults.GetCullingParameters

マニュアルに切り替える
public static bool GetCullingParameters (Camera camera, out Experimental.Rendering.ScriptableCullingParameters cullingParameters);
public static bool GetCullingParameters (Camera camera, bool stereoAware, out Experimental.Rendering.ScriptableCullingParameters cullingParameters);

パラメーター

cameraCamera to get parameters for.
cullingParametersResultant culling parameters.
stereoAwareGenerate single-pass stereo aware culling parameters.

戻り値

bool Flag indicating whether culling parameters are valid.

説明

Get culling parameters for a camera.

Returns false if camera is invalid to render (empty viewport rectangle, invalid clip plane setup etc.).

Both left and right stereo eyes are considered in the generated culling parameters when stereoAware is true and single-pass stereo is enabled.

See Also: Cull, CullingParameters, ScriptableRenderContext.SetupCameraProperties, ScriptableRenderContext.StartMultiEye, ScriptableRenderContext.StopMultiEye, ScriptableRenderContext.StereoEndRender.