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.