GodotTypeExtensions
GodotTypeExtensions
Godot-specific extension methods for type conversions
Project: GridPlacement v6.0
Layer: Godot
Source: Godot/Extensions/GodotTypeExtensions.cs
Namespace: GridBuilding.Godot.Extensions
Kind: class
Parsing Method: AST-based (Roslyn) - NOT regex
⚠️ IMPORTANT: This documentation was generated using AST parsing, not regex.
Methods
ToCore
Converts Godot TileSet.TileShapeEnum to Core TileShape
Returns: TileShape
Parameters:
TileSet.TileShapeEnum godotTileShape
ToGodot
Converts Core TileShape to Godot TileSet.TileShapeEnum
Returns: TileSet.TileShapeEnum
Parameters:
TileShape coreTileShape