Exemplo n.º 1
0
	// ================================================================================================================
	// PRIVATE STATIC INTERFACE ---------------------------------------------------------------------------------------

	static ZTween() {
		GameObject surrogateObject = new GameObject("ZTween-controller");
		tweenSurrogate = surrogateObject.AddComponent<ZTweenSurrogate>();
	}
Exemplo n.º 2
0
    // ================================================================================================================
    // PRIVATE STATIC INTERFACE ---------------------------------------------------------------------------------------

    static ZTween()
    {
        GameObject surrogateObject = new GameObject("ZTween-controller");

        tweenSurrogate = surrogateObject.AddComponent <ZTweenSurrogate>();
    }