Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetInsertionIndex(Vector2)

Retrieves the insertion index in the StackNode if an item is dropped at the specified world position.
Read time 1 minuteLast updated 5 days ago

Definition

public virtual int GetInsertionIndex(Vector2 worldPosition)

Parameters

worldPosition

The world position to get an index from.

Returns

Type

Description

intReturns the insertion index.