BezierCurve Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a bezier curve with as many points as you want.
[System.Serializable]
public struct BezierCurve
type BezierCurve = struct
- Inheritance
-
BezierCurve
- Attributes
Constructors
BezierCurve(IEnumerable<Vector2>) | |
BezierCurve(Single, IEnumerable<Vector2>) | |
BezierCurve(Single, Vector2[]) |
Constructs a new BezierCurve. |
BezierCurve(Vector2[]) |
Constructs a new BezierCurve. |
Fields
Parallel |
The parallel value. |
Properties
Points |
Gets the points of this curve. |