|
EasyCurvedLine
1.1
Easy rendering and editing of curved lines in Unity
|
EasyCurvedLine.CurvedLinePoint Class Reference
Curved line point class, holding also gizmo parameters for rendering in Unity Editor. More...
Inheritance diagram for EasyCurvedLine.CurvedLinePoint:
Public Attributes | |
| bool | showGizmo = true |
| Render the sphere gizmo in Unity Editor. More... | |
| float | gizmoSize = 0.1f |
| Radius of the sphere gizmo rendered in Unity Editor. More... | |
| Color | gizmoColor = new Color(1, 0, 0, 0.5f) |
| Color of the sphere gizmo rendered in Unity Editor. More... | |
Detailed Description
Curved line point class, holding also gizmo parameters for rendering in Unity Editor.
Member Data Documentation
◆ gizmoColor
| Color EasyCurvedLine.CurvedLinePoint.gizmoColor = new Color(1, 0, 0, 0.5f) |
Color of the sphere gizmo rendered in Unity Editor.
◆ gizmoSize
| float EasyCurvedLine.CurvedLinePoint.gizmoSize = 0.1f |
Radius of the sphere gizmo rendered in Unity Editor.
◆ showGizmo
| bool EasyCurvedLine.CurvedLinePoint.showGizmo = true |
Render the sphere gizmo in Unity Editor.
The documentation for this class was generated from the following file:
- F:/Unity3D/Projects/Contrib/EasyCurvedLine/Assets/EasyCurvedLine/Scripts/CurvedLine/CurvedLinePoint.cs
Generated on Mon Jan 21 2019 15:49:37 for EasyCurvedLine by
1.8.13