Class Geometry2D.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class Geometry2D.MethodName
- Inheritance
-
Geometry2D.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
ClipPolygons
Cached name for the 'clip_polygons' method.
public static readonly StringName ClipPolygons
Field Value
ClipPolylineWithPolygon
Cached name for the 'clip_polyline_with_polygon' method.
public static readonly StringName ClipPolylineWithPolygon
Field Value
ConvexHull
Cached name for the 'convex_hull' method.
public static readonly StringName ConvexHull
Field Value
DecomposePolygonInConvex
Cached name for the 'decompose_polygon_in_convex' method.
public static readonly StringName DecomposePolygonInConvex
Field Value
ExcludePolygons
Cached name for the 'exclude_polygons' method.
public static readonly StringName ExcludePolygons
Field Value
GetClosestPointToSegment
Cached name for the 'get_closest_point_to_segment' method.
public static readonly StringName GetClosestPointToSegment
Field Value
GetClosestPointToSegmentUncapped
Cached name for the 'get_closest_point_to_segment_uncapped' method.
public static readonly StringName GetClosestPointToSegmentUncapped
Field Value
GetClosestPointsBetweenSegments
Cached name for the 'get_closest_points_between_segments' method.
public static readonly StringName GetClosestPointsBetweenSegments
Field Value
IntersectPolygons
Cached name for the 'intersect_polygons' method.
public static readonly StringName IntersectPolygons
Field Value
IntersectPolylineWithPolygon
Cached name for the 'intersect_polyline_with_polygon' method.
public static readonly StringName IntersectPolylineWithPolygon
Field Value
IsPointInCircle
Cached name for the 'is_point_in_circle' method.
public static readonly StringName IsPointInCircle
Field Value
IsPointInPolygon
Cached name for the 'is_point_in_polygon' method.
public static readonly StringName IsPointInPolygon
Field Value
IsPolygonClockwise
Cached name for the 'is_polygon_clockwise' method.
public static readonly StringName IsPolygonClockwise
Field Value
LineIntersectsLine
Cached name for the 'line_intersects_line' method.
public static readonly StringName LineIntersectsLine
Field Value
MakeAtlas
Cached name for the 'make_atlas' method.
public static readonly StringName MakeAtlas
Field Value
MergePolygons
Cached name for the 'merge_polygons' method.
public static readonly StringName MergePolygons
Field Value
OffsetPolygon
Cached name for the 'offset_polygon' method.
public static readonly StringName OffsetPolygon
Field Value
OffsetPolyline
Cached name for the 'offset_polyline' method.
public static readonly StringName OffsetPolyline
Field Value
PointIsInsideTriangle
Cached name for the 'point_is_inside_triangle' method.
public static readonly StringName PointIsInsideTriangle
Field Value
SegmentIntersectsCircle
Cached name for the 'segment_intersects_circle' method.
public static readonly StringName SegmentIntersectsCircle
Field Value
SegmentIntersectsSegment
Cached name for the 'segment_intersects_segment' method.
public static readonly StringName SegmentIntersectsSegment
Field Value
TriangulateDelaunay
Cached name for the 'triangulate_delaunay' method.
public static readonly StringName TriangulateDelaunay
Field Value
TriangulatePolygon
Cached name for the 'triangulate_polygon' method.
public static readonly StringName TriangulatePolygon