- Version
- 149 Download
- 9.81 MB File Size
- July 8, 2018 Create Date
- Download
Update to AGK library 2018.06.22
Sibling functions such as
- Agk.GetSpriteExists(uint id) has sibling function Agk.IsSpriteExists(uint id) (returns boolean)
- Agk.SetSpriteActive(uint id, int mode) has sibling function Agk.SetSpriteActive(uint id, bool mode) (boolean parameter)
- Agk.GetSpriteTransparency(uint spriteId) has sibling function Agk.GetSpriteTransparencyEnum(uint spriteId) (returns an enum)
- Agk.SetSpriteTransparency(uint spriteId, int mode) has sibling function Agk.SetSpriteTransparency(uint spriteId, ETransparencyMode mode) (enum as parameter)
New Classes
- AgkImage
- AgkSprite
- AgkText
- AGKVector2
Extended the WinForms templates for VB and C#. So that they now also loop through the mouse and button inputs to AGK.
Hi
I like your AGK C# library. Do you have any video tutorials showing how to use OOP concepts with AGK C# which would we different from programming in AGK Basic and how this would be beneficial.
Also are we able to run coroutines using AGK C# library.
Thanks
Chris
I’m sorry.
Unfortunately I had no time to create such video tutorials.
But I have a sample project (Dust2Dust) which you can download.
There are some concepts of OOP available. The code is also fully documented.