# C# Basics These tutorials cover the absolute basics of using C# when working with the Xenko game engine. Start here if you are new to Xenko or progamming. Althoug having some coding experience is useful, it is not mandatory to get started with these tutorials. IN REVIEW: You can try out each individual script in by creating a new project and use the API tutorials example template. Each script is demonstrated a new scene. * [Getting the Entity](entity.md) * [Child entities](childentities.md) * [Transform Position](transformPosition.md) * [Editor properties](editorProperties.md) * [Getting a component](getComponent.md) * [Delta time](deltaTime.md) * [Cloning an entity](cloningEntities.md) * [Removing an entity](removeEntities.md) * [Keyboard input](keyboardInput.md) * [Mouse input](mouseInput.md) * [Virtual buttons](virtualButtons.md)