Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

codepoint

A code point.

Returns

Type

Description

boolTrue if a code point is valid.