editorProperties.md 503 B

Editor properties

You can find this sample in the tutorial project: Scenes -> Editor properties

Explanation

This C# basics 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.

Editor properties

Code

[!code-csharpEntity]