Bearbeiten

Freigeben über


UICollection.Items Property

Definition

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>

Applies to