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.
|
An interface that describes update events by type of event. This interface is part of SpaceVIL.Core.IBaseItem. More...
Inherited by SpaceVIL.Core.IBaseItem.
Public Member Functions | |
void | Update (GeometryEventType type, int value) |
Method for updating an item size or/and position. More... | |
An interface that describes update events by type of event.
This interface is part of SpaceVIL.Core.IBaseItem.
void SpaceVIL.Core.IEventUpdate.Update | ( | GeometryEventType | type, |
int | value | ||
) |
Method for updating an item size or/and position.
type | Type of event as SpaceVIL.Core.GeometryEventType. |
value | Value of a property that was changed. |
Implemented in SpaceVIL.Prototype, and SpaceVIL.BaseItem.