Version: 2023.2
言語: 日本語
public static Vector4 EncodeSelectionId (int pickingIndex);

パラメーター

pickingIndex The picking index to encode. For example, a picking index passed from RenderPickingArgs.pickingIndex).

戻り値

Vector4 The Vector4 selectionId value used for rendering.

説明

Translates a single integer picking index into a Vector4 selectionId value. The Vector4 selectionId is used to render the picking render textures during picking rendering.