Class BuildFieldEditorEvent
- Namespace
- MonkeyLoader.Resonite.UI.Inspectors
- Assembly
- MonkeyLoader.Resonite.Integration.dll
Represents the event fired during construction of a FrooxEngine.MemberEditor for an FrooxEngine.IField.
public sealed class BuildFieldEditorEvent : BuildMemberEditorEvent
- Inheritance
-
BuildFieldEditorEvent
- Inherited Members
Properties
Member
Gets the field that a FrooxEngine.MemberEditor is being constructed for.
public IField Member { get; }
Property Value
- IField