Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

GlobalObjectId.ToString

Declaration

public string ToString();

Description

Get the string representation of the GlobalObjectId.

This string representation of a GlobalObjectId can be serialized, then used at a later time to re-initialize a GlobalObjectID struct.
Additional resources: TryParse