Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


implicit operator Rune(char)

Returns a rune.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Operator
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule

implicit operator Rune(Run)

public static implicit operator Unicode.Rune(char codepoint)

Parameters

codepoint

A code point.

Returns

Type

Description

RuneA rune.

Remarks

Because a char is 16-bit, it can only represent the first 2^16 code points, not all 1.1 million.