ScrollingObjectCollection.AddContent(GameObject) 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.
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