Exemple #1
0
	// ================================================================================================================
	// PRIVATE STATIC INTERFACE ---------------------------------------------------------------------------------------

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

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

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