Version: 5.4

ArrayUtility

class in UnityEditor

매뉴얼로 전환

설명

Helpers for builtin arrays ...

정적 함수

AddAppends item to the end of array.
AddRangeAppends items to the end of array.
ArrayEqualsCompares two arrays.
ClearClears the array.
ContainsDetermines if the array contains the item.
FindIndexFind the index of the first element that satisfies the predicate.
IndexOfIndex of first element with value value.
InsertInserts item item at position index.
LastIndexOfIndex of the last element with value value.
RemoveRemoves item from array.
RemoveAtRemove element at position index.