Click or drag to resize

PlaneCenter Property

The center of the plane, the point where the normal line intersects the plane.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 Center { get; set; }

Property Value

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