This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Collections.Pooled; | |
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UniMob; | |
| namespace AtomEx | |
| { | |
| public sealed class AtomList<T> : IList<T>, IReadOnlyList<T> | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "asset": { | |
| "version": "2.0" | |
| }, | |
| "scenes": [ | |
| { | |
| "nodes": [0] | |
| } | |
| ], | |
| "nodes": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Stride.Core.Mathematics; | |
| using Stride.Engine; | |
| using Stride.GameDefaults.ProceduralModels; | |
| using Stride.GameDefaults.Extensions; | |
| using Stride.Physics; | |
| using Stride.Input; | |
| using (var game = new Game()) | |
| { | |
| game.Run(start: Start); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Zaliczenie Podstawy Programowania | |
| Prosty program graficzny | |
| Program umożliwia wyświetlanie w konsoli dowolnej ilości prostokątów i trójkątów w określonych pozycjach i określonych kolorach. | |
| Po uruchomieniu programu wyświetla się menu użytkownika: | |
| 1. Dodaj Prostokąt | |
| 2. Dodaj Trójkąt |