Struct Unicode.Rune
Namespace: Unity.Collections
Syntax
public struct Rune
Fields
value
Declaration
public int value
Field Value
Type | Description |
---|---|
Int32 |
Methods
IsDigit(Unicode.Rune)
Declaration
public static bool IsDigit(Unicode.Rune c)
Parameters
Type | Name | Description |
---|---|---|
Unicode.Rune | c |
Returns
Type | Description |
---|---|
Boolean |
Operators
Explicit(Char to Unicode.Rune)
Declaration
public static explicit operator Unicode.Rune(char c)
Parameters
Type | Name | Description |
---|---|---|
Char | c |
Returns
Type | Description |
---|---|
Unicode.Rune |