You can find this sample in the tutorial project: Menu -> Linear Iterpolation
This C# Beginner tutorial covers how to expose editor properties for Xenko 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 Xenko game studio.