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