TileGridObjectCollection.GetListPosition(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the item position by index
public:
virtual UnityEngine::Vector3 GetListPosition(int index);
public virtual UnityEngine.Vector3 GetListPosition (int index);
abstract member GetListPosition : int -> UnityEngine.Vector3
override this.GetListPosition : int -> UnityEngine.Vector3
Public Overridable Function GetListPosition (index As Integer) As Vector3
Parameters
- index
- Int32
Returns
UnityEngine.Vector3