Пример #1
0
        protected override void ApplyProperty()
        {
            if (this.TEX?.FileName?.Length != 0)
            {
                FLIP?.ApplyTo(RenderedObject, Property.FLIP);
            }
            else
            {
                throw new MissingTEXPropertyException(this.RenderProperty.ElementName);
            }

            BLEND?.ApplyTo(RenderedObject, Property.BLEND);
        }