-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Techno-coder edited this page Dec 30, 2017
·
2 revisions
Welcome to the OsuFrameworkExamples wiki!
Code examples and snippets can be found in the directory OsuFrameworkExamples.
Directories in OsuFrameworkExamples correspond to directories in osu!framework.
Example: The code example for osu.Framework.Configuration.Bindable can be found in the Configuration folder.
To execute a code example write the class name + .Run() in the main function of ExamplesMain.cs
Example: Bindable.Run();
Don't forget to import the class with a using statement.