Class PlacementActionData
- Namespace
- GridPlacement.GDScript
- Assembly
- MoonBark.GridPlacement.GDScript.dll
class PlacementActionData extends RefCounted
PlacementActionData
Properties
placeable
Values for an attempted build action The resource defining the rules and scene to instance for a placeable object
var placeable: Placeable
report
The placement report from the attempted action
var report: PlacementReport
build_type
Type of build operation (SINGLE, DRAG, or AREA)
var build_type: GBEnums.BuildType = GBEnums.BuildType.SINGLE
Methods
get_preview
func get_preview() -> Node:
Returns
get_placed_position
func get_placed_position() -> Vector2: