smrendererv3/SMCode/SM.Base/Scene/IBackgroundItem.cs
Michel Fedde c4a0847567 20.09.2020
+ Instance Drawing
+ Text and Font

~ Made "DrawBackground" forced Background for 2D

- DrawEmpty
2020-09-20 18:29:09 +02:00

7 lines
No EOL
100 B
C#

namespace SM.Base.Scene
{
public interface IBackgroundItem : IShowItem
{
}
}