+ Instance Drawing + Text and Font ~ Made "DrawBackground" forced Background for 2D - DrawEmpty
7 lines
No EOL
100 B
C#
7 lines
No EOL
100 B
C#
namespace SM.Base.Scene
|
|
{
|
|
public interface IBackgroundItem : IShowItem
|
|
{
|
|
|
|
}
|
|
} |