1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 22:55:42 +00:00

[ci skip] Show parentheses on methods

This commit is contained in:
Oliver Booth 2022-05-08 00:05:45 +01:00
parent a6d3a6be74
commit 154b742c75
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

@ -18,12 +18,12 @@
- Added `Random.NextUnitVector3()`
- Added `Transform.LookAt(GameObject[, Vector3])`
- Added `Transform.SetParent(GameObject[, bool])`
- Added `ICollection<T>.ClearAndDisposeAll`
- Added `ICollection<T>.ClearAndDisposeAllAsync`
- Added `IEnumerable<T>.For` (#50)
- Added `IEnumerable<T>.ForEach` (#50)
- Added `IEnumerable<T>.DisposeAll`
- Added `IEnumerable<T>.DisposeAllAsync`
- Added `ICollection<T>.ClearAndDisposeAll()`
- Added `ICollection<T>.ClearAndDisposeAllAsync()`
- Added `IEnumerable<T>.For()` (#50)
- Added `IEnumerable<T>.ForEach()` (#50)
- Added `IEnumerable<T>.DisposeAll()`
- Added `IEnumerable<T>.DisposeAllAsync()`
- Added `char.IsEmoji`
- Added `Rune.IsEmoji`
- Added `string.IsEmoji`