AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
Source: shared/factories/placeable_component_factory.gd
Version: 6.0
class_name: PlaceableComponentFactory
extends: RefCounted
Signals
(none)
Exports
properties
Methods
create(template: PlaceableTemplate, rotation: float = 0.0, flip_state: Variant = ManipulationCapability.FlipState.NONE) -> PlaceableComponentcreate_with_placer(template: PlaceableTemplate, placer_entity_id: String, rotation: float = 0.0, flip_state: Variant = ManipulationCapability.FlipState.NONE) -> PlaceableComponentcreate_test -> PlaceableComponentcreate_for_template_id(template_id: String, rotation: float = 0.0, flip_state: Variant = ManipulationCapability.FlipState.NONE) -> PlaceableComponentcreate_rotated(template: PlaceableTemplate, rotation_degrees: float) -> PlaceableComponentcreate_flipped(template: PlaceableTemplate, flip_state: Variant) -> PlaceableComponentcreate_with_state(template: PlaceableTemplate, rotation: float, flip_state: Variant, placer_entity_id: String = "") -> PlaceableComponent