Version: 2022.3
언어: 한국어

JsonUtility

class in UnityEngine

매뉴얼로 전환

설명

Utility functions for working with JSON data.

See Also: EditorJsonUtility

정적 함수

FromJsonCreate an object from its JSON representation.
FromJsonOverwriteOverwrite data in an object by reading from its JSON representation.
ToJsonGenerate a JSON representation of the public fields of an object.