We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The now deprecated ConfiguredSheetClass, ObjectClass, and LayerClass are all being namespaced.
ConfiguredSheetClass
ObjectClass
LayerClass
It'd be helpful to have stuff like Item.SheetClass or AmbientLight.LayerClass.
Item.SheetClass
AmbientLight.LayerClass
There's some redundancy here too. It'd also make sense on AmbientLightLayer.ConfiguredClass etc.
AmbientLightLayer.ConfiguredClass
The text was updated successfully, but these errors were encountered:
For what it's worth I don't think configured sheet class is helpful because it's too easy for end users to change from expected.
Sorry, something went wrong.
That's true. Do you think we should deprecate the ability to get that from the configuration? It is kind of a legacy thing.
I suppose it might be better to just do typeof YourConfiguredClass | typeof GenericSheetClass like we do for document.type.
typeof YourConfiguredClass | typeof GenericSheetClass
document.type
I'm eh on if it's useful at all to be honest.
No branches or pull requests
The now deprecated
ConfiguredSheetClass
,ObjectClass
, andLayerClass
are all being namespaced.It'd be helpful to have stuff like
Item.SheetClass
orAmbientLight.LayerClass
.There's some redundancy here too. It'd also make sense on
AmbientLightLayer.ConfiguredClass
etc.The text was updated successfully, but these errors were encountered: