Reference for .Net version of SpaceVIL
0.3.5.8
SpaceVIL (Space of Visual Items Layout) is a cross-platform and multilingual framework for creating GUI client applications for .NET Standard, .NET Core and JVM. SpaceVIL is based on OpenGL graphic technology and GLFW. Using this framework in conjunction with .Net Core or with a JVM, you can work and create graphical client applications on Linux, Mac OS X and Windows.
|
Effects is a static class for controlling the application of effects to a item's shape. More...
Static Public Member Functions | |
static void | AddEffect (IBaseItem item, IEffect effect) |
Adding effect to specified item. More... | |
static bool | RemoveEffect (IBaseItem item, IEffect effect) |
Removing specified effect form item. More... | |
static List< IEffect > | GetEffects (IBaseItem item) |
Getting list of applyed effects on specified item. More... | |
Effects is a static class for controlling the application of effects to a item's shape.
Adding effect to specified item.
item | A item as SpaceVIL.Core.IBaseItem. |
effect | A effect as SpaceVIL.Core.IEffect. |
Getting list of applyed effects on specified item.
item | An item as SpaceVIL.Core.IBaseItem. |
Removing specified effect form item.
item | A item as SpaceVIL.Core.IBaseItem. |
effect | A effect as SpaceVIL.Core.IEffect. |