Skip to main content

Class TargetBoardInspectorPlugin

Namespace: DiceRolling.Editor
Assembly: dice-rolling.dll

[Tool]
[ScriptPath("res://addons/@spacewiz/TargetBoardEditorPlugin/TargetBoardInspectorPlugin.cs")]
public class TargetBoardInspectorPlugin : EditorInspectorPlugin, IDisposable

Inheritance

object ← GodotObject ← RefCounted ← EditorInspectorPlugin ← TargetBoardInspectorPlugin

Implements

IDisposable

Inherited Members

Show/Hide Inherited Members

EditorInspectorPlugin._CanHandle(GodotObject),
EditorInspectorPlugin._ParseBegin(GodotObject),
EditorInspectorPlugin._ParseCategory(GodotObject, string),
EditorInspectorPlugin._ParseEnd(GodotObject),
EditorInspectorPlugin._ParseGroup(GodotObject, string),
EditorInspectorPlugin._ParseProperty(GodotObject, Variant.Type, string, PropertyHint, string, PropertyUsageFlags, bool),
EditorInspectorPlugin.AddCustomControl(Control),
EditorInspectorPlugin.AddPropertyEditor(string, Control, bool, string),
EditorInspectorPlugin.AddPropertyEditorForMultipleProperties(string, string[], Control),
EditorInspectorPlugin.AddPropertyEditorForMultipleProperties(string, ReadOnlySpan<string>, Control),
EditorInspectorPlugin.InvokeGodotClassMethod(in godot_string_name, NativeVariantPtrArgs, out godot_variant),
EditorInspectorPlugin.HasGodotClassMethod(in godot_string_name),
EditorInspectorPlugin.HasGodotClassSignal(in godot_string_name),
RefCounted.InitRef(),
RefCounted.Reference(),
RefCounted.Unreference(),
RefCounted.GetReferenceCount(),
RefCounted.InvokeGodotClassMethod(in godot_string_name, NativeVariantPtrArgs, out godot_variant),
RefCounted.HasGodotClassMethod(in godot_string_name),
RefCounted.HasGodotClassSignal(in godot_string_name),
GodotObject.NotificationPostinitialize,
GodotObject.NotificationPredelete,
GodotObject.NotificationExtensionReloaded,
GodotObject.InstanceFromId(ulong),
GodotObject.IsInstanceIdValid(ulong),
GodotObject.IsInstanceValid(GodotObject?),
GodotObject.WeakRef(GodotObject?),
GodotObject.Dispose(),
GodotObject.Dispose(bool),
GodotObject.ToString(),
GodotObject.ToSignal(GodotObject, StringName),
GodotObject._Get(StringName),
GodotObject._GetPropertyList(),
GodotObject._IterGet(Variant),
GodotObject._IterInit(Array),
GodotObject._IterNext(Array),
GodotObject._Notification(int),
GodotObject._PropertyCanRevert(StringName),
GodotObject._PropertyGetRevert(StringName),
GodotObject._Set(StringName, Variant),
GodotObject._ValidateProperty(Dictionary),
GodotObject.Free(),
GodotObject.GetClass(),
GodotObject.IsClass(string),
GodotObject.Set(StringName, Variant),
GodotObject.Get(StringName),
GodotObject.SetIndexed(NodePath, Variant),
GodotObject.GetIndexed(NodePath),
GodotObject.GetPropertyList(),
GodotObject.GetMethodList(),
GodotObject.PropertyCanRevert(StringName),
GodotObject.PropertyGetRevert(StringName),
GodotObject.Notification(int, bool),
GodotObject.GetInstanceId(),
GodotObject.SetScript(Variant),
GodotObject.GetScript(),
GodotObject.SetMeta(StringName, Variant),
GodotObject.RemoveMeta(StringName),
GodotObject.GetMeta(StringName, Variant),
GodotObject.HasMeta(StringName),
GodotObject.GetMetaList(),
GodotObject.AddUserSignal(string, Array),
GodotObject.HasUserSignal(StringName),
GodotObject.RemoveUserSignal(StringName),
GodotObject.EmitSignal(StringName, params Variant[]),
GodotObject.EmitSignal(StringName, ReadOnlySpan<Variant>),
GodotObject.Call(StringName, params Variant[]),
GodotObject.Call(StringName, ReadOnlySpan<Variant>),
GodotObject.CallDeferred(StringName, params Variant[]),
GodotObject.CallDeferred(StringName, ReadOnlySpan<Variant>),
GodotObject.SetDeferred(StringName, Variant),
GodotObject.Callv(StringName, Array),
GodotObject.HasMethod(StringName),
GodotObject.GetMethodArgumentCount(StringName),
GodotObject.HasSignal(StringName),
GodotObject.GetSignalList(),
GodotObject.GetSignalConnectionList(StringName),
GodotObject.GetIncomingConnections(),
GodotObject.Connect(StringName, Callable, uint),
GodotObject.Disconnect(StringName, Callable),
GodotObject.IsConnected(StringName, Callable),
GodotObject.HasConnections(StringName),
GodotObject.SetBlockSignals(bool),
GodotObject.IsBlockingSignals(),
GodotObject.NotifyPropertyListChanged(),
GodotObject.SetMessageTranslation(bool),
GodotObject.CanTranslateMessages(),
GodotObject.Tr(StringName, StringName),
GodotObject.TrN(StringName, StringName, int, StringName),
GodotObject.GetTranslationDomain(),
GodotObject.SetTranslationDomain(StringName),
GodotObject.IsQueuedForDeletion(),
GodotObject.CancelFree(),
GodotObject.EmitSignalScriptChanged(),
GodotObject.EmitSignalPropertyListChanged(),
GodotObject.InvokeGodotClassMethod(in godot_string_name, NativeVariantPtrArgs, out godot_variant),
GodotObject.HasGodotClassMethod(in godot_string_name),
GodotObject.HasGodotClassSignal(in godot_string_name),
GodotObject.NativeInstance,
GodotObject.ScriptChanged,
GodotObject.PropertyListChanged,
object.Equals(object?),
object.Equals(object?, object?),
object.GetHashCode(),
object.GetType(),
object.MemberwiseClone(),
object.ReferenceEquals(object?, object?),
object.ToString()

Methods

_CanHandle(GodotObject)

Returns true if this object can be handled by this plugin.

public override bool _CanHandle(GodotObject @object)

Parameters

object GodotObject

Returns

bool

_ParseBegin(GodotObject)

Called to allow adding controls at the beginning of the property list for object.

public override void _ParseBegin(GodotObject @object)

Parameters

object GodotObject

Tem uma sugestão? 💡