Rune(int)
Initializes and returns an instance of Rune.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public Rune(int codepoint)
Parameters
The code point.
Remarks
You are responsible for the code point being valid.