Click or drag to resize

PlaneGetAnyPoint Method

Note: This API is now obsolete.

The center of the plane, the point where the normal line intersects the plane. Deprecated, use the Center property instead.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetAnyPoint is deprecated. Use the Center property instead.")]
public Vector3 GetAnyPoint()

Return Value

Type: Vector3
Equivalent to Normal multiplied by `D`.
See Also