Vector2IExtensions
Vector2IExtensions
Extension methods for converting between Godot and Core Vector2I types.
Project: GridPlacement v6.0
Layer: Godot
Source: Godot/Extensions/Vector2IExtensions.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 a Godot Vector2I to Core Vector2I.
Returns: CoreVector2I
Parameters:
GVector2I godotVector
ToGodot
Converts a Core Vector2I to Godot Vector2I.
Returns: GVector2I
Parameters:
CoreVector2I coreVector