GoTween.onInit C# (CSharp) 메소드

onInit() 보호된 메소드

called only once the first update of a tween.
protected onInit ( ) : void
리턴 void
    protected override void onInit()
    {
        base.onInit();

        for ( var i = 0; i < _tweenPropertyList.Count; ++i )
            _tweenPropertyList[i].prepareForUse();
    }