fBaseXtensions.Cache.Internal.Objects.CacheObject.UpdateRotation C# (CSharp) Méthode

UpdateRotation() private méthode

private UpdateRotation ( ) : void
Résultat void
        internal void UpdateRotation()
        {
            using (ZetaDia.Memory.AcquireFrame())
            {

                try
                {
                    Rotation = ref_DiaObject.Movement.Rotation;
                }
                catch (Exception)
                {
                    Logger.Write(LogLevel.Cache, "Safely Handled Updating Rotation for Object {0}", InternalName);
                }
            }
        }