Exemplo n.º 1
0
 /// <summary>
 /// Updates the local position information.
 /// </summary>
 private void RefreshLocalPosition()
 {
     if (IsAllDirty(DirtyFlag.LocalPos))
     {
         m_localPosition = LocalToParentMatix.ExtractTranslation();
         MarkClean(DirtyFlag.LocalPos);
     }
 }