Click or drag to resize

CreateObject_ExampleWhatToDoWithMyGameObjectNowThatItIsCreated Method

This function is how you get a handle to the object you just created

Namespace:  SimpleDemos
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static void WhatToDoWithMyGameObjectNowThatItIsCreated(
	GameObject _myGameObject
)

Parameters

_myGameObject
Type: GameObject
A handle to the gameobject that was just created
See Also