# C# Basics These tutorials cover intermediate topics. You should be familiar with the Basics before you dive in to these tutorials. 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) * [Getting the Transform](transform.md) * [Position and Rotation](positionAndRotation.md) * [StartAndUpdate](startAndUpdate.md) * [Editor properties](editorproperties.md) * [Get component](getcomponent.md) * [DeltaTime](deltaTime.md) * [Instianting entities](instantiatingentities.md) * [Destroing entities](destroyingentities.md) * [Look at](lookAt.md) * [GetKey](getKey.md) * [GetMouse](getMouse.md) * [GetButton](getButton.md)