Skip to content

Instantly share code, notes, and snippets.

View Aggror's full-sized avatar

Jorn Theunissen Aggror

  • Utrecht
View GitHub Profile
@Aggror
Aggror / ControllerUIDemo.cs
Last active June 22, 2022 15:11
Stride controller UI navigation
using Stride.Core;
using Stride.Core.Mathematics;
using Stride.Engine;
using Stride.Input;
using Stride.UI;
using Stride.UI.Controls;
using Stride.UI.Events;
using System;
using System.Collections.Generic;
using System.Linq;