IsValidCodePoint(int)
Returns true if a code point is valid.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public static bool IsValidCodePoint(int codepoint)
Parameters
A code point.
Returns
Type | Description |
|---|---|
| bool | True if a code point is valid. |