Class CSRoundedRectangle
- Namespace
- FluffyUnderware.Curvy.Shapes
Rounded Rectangle (2D)
[CurvyShapeInfo("2D/Rounded Rectangle", true)]
[RequireComponent(typeof(CurvySpline))]
[AddComponentMenu("Curvy/Shapes/Rounded Rectangle")]
public class CSRoundedRectangle : CurvyShape2D
- Inheritance
-
ObjectComponentBehaviourMonoBehaviourDTVersionedMonoBehaviourCSRoundedRectangle
- Inherited Members
Properties
Height
public float Height { get; set; }
Property Value
Roundness
public float Roundness { get; set; }
Property Value
Width
public float Width { get; set; }
Property Value
Methods
ApplyShape()
Override this to add custom code
protected override void ApplyShape()