mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Update README.md
This commit is contained in:
parent
f365315121
commit
82463be0b6
@ -46,8 +46,8 @@ static class Program
|
|||||||
```
|
```
|
||||||
|
|
||||||
# Tech notes
|
# Tech notes
|
||||||
- Certain funtions take a enum instead of a int such as 'IsKeyPressed'.
|
- Certain funtions take a enum instead of a int such as `IsKeyPressed`.
|
||||||
- Colors stored in the `Color` struct. 'RED' changes to 'Color.RED'
|
- Colors stored in the `Color` struct. `RED` changes to `Color.RED`
|
||||||
- Uses `string.Format` instead of `TextFormat`.
|
- Uses `string.Format` instead of `TextFormat`.
|
||||||
- Adds constructors for structs.
|
- Adds constructors for structs.
|
||||||
- Adds operator overloads for math structs.
|
- Adds operator overloads for math structs.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user