Beispiel #1
0
        public void CopyFrom(object rightComponent)
        {
            FreeDataComponent right = (FreeDataComponent)rightComponent;

            Key      = right.Key;
            Cat      = right.Cat;
            Value    = right.Value;
            IntValue = right.IntValue;
            Scale    = right.Scale;
        }
        public void CopyFrom(object rightComponent)
        {
            FreeDataComponent right = (FreeDataComponent)rightComponent;

            Key         = right.Key;
            Cat         = right.Cat;
            Value       = right.Value;
            IntValue    = right.IntValue;
            ScaleX      = right.ScaleX;
            ScaleY      = right.ScaleY;
            ScaleZ      = right.ScaleZ;
            EmptyDelete = right.EmptyDelete;
        }