DemiLib
A collection of Demigiant's utility libraries for Unity (https://github.com/Demigiant/demilib)
DG.DeExtensions.GameObjectExtensions Class Reference

Static Public Member Functions

static void AwakeAndDeactivate (this GameObject go)
 Activates then immediately deactivates the target gameObject. Useful when wanting to call Awake before deactivating a gameObject. More...
 

Member Function Documentation

static void DG.DeExtensions.GameObjectExtensions.AwakeAndDeactivate ( this GameObject  go)
static

Activates then immediately deactivates the target gameObject. Useful when wanting to call Awake before deactivating a gameObject.

Parameters
go

The documentation for this class was generated from the following file: