BulletMLLib.WaitTask.SetupTask C# (CSharp) 메소드

SetupTask() 보호된 메소드

this sets up the task to be run.
protected SetupTask ( Bullet bullet ) : void
bullet Bullet Bullet.
리턴 void
        protected override void SetupTask(Bullet bullet)
        {
            startDuration = Node.GetValue(this);
              Duration = startDuration;
        }