ScrollingObjectCollection.AddContent(GameObject) Method

Definition

Safely adds a child game object to scroll collection.

public:
 void AddContent(UnityEngine::GameObject ^ content);
public void AddContent (UnityEngine.GameObject content);
member this.AddContent : UnityEngine.GameObject -> unit
Public Sub AddContent (content As GameObject)

Parameters

content
UnityEngine.GameObject

Applies to