Method ObjectIdVector
ObjectIdVector(uint)
Pack an id in a vector4.
Declaration
public static Vector4 ObjectIdVector(uint id)
Parameters
Type | Name | Description |
---|---|---|
uint | id | Index that will be packed. |
Returns
Type | Description |
---|---|
Vector4 | Vector that contain the intex. |