You can find this sample in the tutorial project: Menu → Editor properties
This C# Beginner tutorial covers how to expose editor properties for Stride Game Studio.
By creating a public variable at the top of our script, we can create editor properties. Some of the most common properties are demonstrated. We can also create public variables that are not shown in the editor.
[!code-csharpEntity]
The code above will result in the following properties inside Stride game studio.