mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:05:42 +00:00
Update upm branch (9cf003481c
)
This commit is contained in:
parent
daf7a84390
commit
63c55aef63
BIN
X10D.Unity.dll
BIN
X10D.Unity.dll
Binary file not shown.
66
X10D.xml
66
X10D.xml
@ -4,32 +4,6 @@
|
||||
<name>X10D</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:X10D.Resource">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.Resource.ResourceManager">
|
||||
<summary>
|
||||
Returns the cached ResourceManager instance used by this class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.Resource.Culture">
|
||||
<summary>
|
||||
Overrides the current thread's CurrentUICulture property for all
|
||||
resource lookups using this strongly typed resource class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.Resource.EnumParseEmptyStringException">
|
||||
<summary>
|
||||
Looks up a localized string similar to Must specify valid information for parsing in the string..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.Resource.EnumParseNotEnumException">
|
||||
<summary>
|
||||
Looks up a localized string similar to Type provided must be an Enum..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:X10D.Collections.ArrayExtensions">
|
||||
<summary>
|
||||
Extension methods for <see cref="T:System.Array" />.
|
||||
@ -4148,6 +4122,16 @@
|
||||
Looks up a localized string similar to The buffer is too small to contain the data..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.ExceptionMessages.CollectionIsReadOnly_DisposeAll">
|
||||
<summary>
|
||||
Looks up a localized string similar to Collection is read-only. Try using DisposeAll instead..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.ExceptionMessages.CollectionIsReadOnly_DisposeAllAsync">
|
||||
<summary>
|
||||
Looks up a localized string similar to Collection is read-only. Try using DisposeAllAsync instead..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.ExceptionMessages.CountMustBeGreaterThanOrEqualTo0">
|
||||
<summary>
|
||||
Looks up a localized string similar to count must be greater than or equal to 0..
|
||||
@ -4173,6 +4157,21 @@
|
||||
Looks up a localized string similar to The end index must be greater than or equal to the start index..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.ExceptionMessages.EnumParseEmptyStringException">
|
||||
<summary>
|
||||
Looks up a localized string similar to Must specify valid information for parsing in the string..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.ExceptionMessages.EnumParseNotEnumException">
|
||||
<summary>
|
||||
Looks up a localized string similar to Type provided must be an Enum..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.ExceptionMessages.EnumSizeIsUnexpected">
|
||||
<summary>
|
||||
Looks up a localized string similar to The enum has a size that is not supported..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.ExceptionMessages.HashAlgorithmCreateReturnedNull">
|
||||
<summary>
|
||||
Looks up a localized string similar to HashAlgorithm's Create method returned null reference..
|
||||
@ -4208,6 +4207,16 @@
|
||||
Looks up a localized string similar to maxValue must be greater than or equal to minValue.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.ExceptionMessages.ObjectIsNotAValidType">
|
||||
<summary>
|
||||
Looks up a localized string similar to The specified object is not a valid type..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.ExceptionMessages.SourceContainsNoElements">
|
||||
<summary>
|
||||
Looks up a localized string similar to The source contains no elements..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.ExceptionMessages.SourceSpanIsTooLarge">
|
||||
<summary>
|
||||
Looks up a localized string similar to The source contains too many elements..
|
||||
@ -4248,6 +4257,11 @@
|
||||
Looks up a localized string similar to Rune.Utf8SequenceLength returns value {0} which is outside range 1 to 4 (inclusive), which is unexpected according to the official documentation..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.ExceptionMessages.ValueCannotBeNegative">
|
||||
<summary>
|
||||
Looks up a localized string similar to Value cannot be negative..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.ExceptionMessages.YearCannotBeZero">
|
||||
<summary>
|
||||
Looks up a localized string similar to Year cannot be zero..
|
||||
|
@ -6,7 +6,7 @@
|
||||
"url": "https://oliverbooth.dev"
|
||||
},
|
||||
"displayName": "X10D",
|
||||
"version": "3.2.0-nightly.219",
|
||||
"version": "3.2.0-nightly.220",
|
||||
"unity": "2021.3",
|
||||
"description": "Extension methods on crack",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user