Version 3.1.11.0

ProjectEvent struct

Namespace: Sirenix.OdinValidator.Editor
Assembly: Sirenix.OdinValidator.Editor
public struct ProjectEvent : IEquatable<ProjectEvent>

Fields

AssetGuid
public string AssetGuid
InstanceID
public int InstanceID
Path
public string Path
Source
public ProjectEventSource Source
Type
public ProjectEventType Type

Properties

UnityObject
public Object UnityObject { get; }

Methods

Equals(ProjectEvent)
public bool Equals(ProjectEvent other)
Parameters
ProjectEvent other

Returns
System.Boolean

ToString()
public override string ToString()
Returns
System.String