Question by 
               AnotherIdiot · Jan 23, 2017 at 03:56 PM · 
                updatefunctionfunction updateondrawgizmos  
              
 
              Functions inside OnDrawGizmos
So since OnDrawGizmos updates every frame; then if i have a function inside ondrawgizmos using drawgizmos relative to an object position, if i then change the object position after this function has completed, will the change carry over by either calling the function again or happens automatically without calling the function again in that one frame time period?
               Comment
              
 
               
              Your answer