linear-interpolation.md 752 B

Linear Interpolation

You can find this sample in the tutorial project: Menu -> Linear Iterpolation

Explanation

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.

Editor properties

Code

[!code-csharpEntity]

The code above will result in the following properties inside Xenko game studio.

Editor properties