Version: 2022.3
언어: 한국어
public static bool IsDirty (int instanceID);
public static bool IsDirty (Object target);

파라미터

instanceID The object's instance ID.
target The object.

반환

bool True if the object has changed; otherwise false.

설명

Gets a boolean value that indicates whether the specified object has changed since the last time it was saved.

See Also: GetDirtyCount, SetDirty.