[unity] Minor: whitespace correction of previous commit.

This commit is contained in:
Harald Csaszar 2023-03-24 14:51:24 +01:00
parent 91cc6ddfaa
commit e7457546b0

View File

@ -89,8 +89,8 @@ namespace Spine.Unity {
#else
protected const bool EditReferenceRect = false;
#endif
/// <summary>Update mode to optionally limit updates to e.g. only apply animations but not update the mesh.</summary>
public UpdateMode UpdateMode { get { return updateMode; } set { updateMode = value; } }
/// <summary>Update mode to optionally limit updates to e.g. only apply animations but not update the mesh.</summary>
public UpdateMode UpdateMode { get { return updateMode; } set { updateMode = value; } }
protected UpdateMode updateMode = UpdateMode.FullUpdate;
/// <summary>Update mode used when the MeshRenderer becomes invisible