PlaceableView

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.

Declaration

1
public partial class PlaceableView : PanelContainer

Metadata

Namespace: GridPlacement.Godot.Addons.GridPlacement.UI.Placeable.Single

Source File: cs/Godot/addons/GridPlacement/UI/placeable/single/PlaceableView.cs

Assembly: GridPlacement.Godot

Type: class

Inherits

  • PanelContainer

Properties

fixed_view_height

1
public int fixed_view_height { get; set; }

fixed_icon_size

1
public int fixed_icon_size { get; set; }

Methods

SetCorePlaceable

1
public void SetCorePlaceable(Core.Types.Placeable placeable)

Sets the Core Placeable to display.


_Ready

1
public override void _Ready()

_GuiInput

1
public override void _GuiInput(InputEvent @event)

Events

Selected

1
public event PlaceableView.SelectedEventHandler Selected