UICollection.Items Property
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.
A list of items in this collection. This list should not be modified directly. Instead use AddItem(RectTransform) and RemoveItem(RectTransform).
public:
property System::Collections::Generic::List<UnityEngine::RectTransform ^> ^ Items { System::Collections::Generic::List<UnityEngine::RectTransform ^> ^ get(); };
public System.Collections.Generic.List<UnityEngine.RectTransform> Items { get; }
member this.Items : System.Collections.Generic.List<UnityEngine.RectTransform>
Public ReadOnly Property Items As List(Of RectTransform)
Property Value
List<UnityEngine.RectTransform>