JsonUtility

class in UnityEngine

매뉴얼로 전환

설명

Utility functions for working with JSON data.

정적 함수

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.