using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 回放实例化文字属性 /// public class RecordInstanceText : RecordObjectBase { public float Scale; public Color Color; public string InputField; }