You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.
I would also like to safeguard these setting by putting them in a container which errors if the settings are modified after initialization. I am thinking of something like this (unsure of implementation):
// modifying in other place than 'shared static this' will errorshared staticthis()
{
scone.modules = SconeModule.frame | SconeModule.audio;
}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
sconeSetup
is an overrideable delegate which is run on local thread start only once.By default it sets up up a default
frame
andinput
, but requires the user to write the code themselves.This could be replaced with and enum instead.
I would also like to safeguard these setting by putting them in a container which errors if the settings are modified after initialization. I am thinking of something like this (unsure of implementation):
The text was updated successfully, but these errors were encountered: