Update Home

Schaken 2025-01-31 16:13:19 -05:00
parent 1886de85e5
commit c3c4eceef1

15
Home.md

@ -11,10 +11,11 @@ Tutorial Video: https://youtu.be/k6i9wZKfiEg
To Purchase: https://payhip.com/b/lpCnU To Purchase: https://payhip.com/b/lpCnU
API: API:
public Cloth cloth; // Assign the Cloth component
public Texture2D gradientTexture; // Assign the gradient texture. make sure it has read/write permissions - public Cloth cloth; // Assign the Cloth component
public float Min = 0; // The minimum value to assign to a vertice using this tool - public Texture2D gradientTexture; // Assign the gradient texture. make sure it has read/write permissions
public float Mid = 0.1f; // adjusts the curve point between the min and max. - public float Min = 0; // The minimum value to assign to a vertice using this tool
public float Max = 0.9f; // The maximum value to assign to a vertice using this tool - public float Mid = 0.1f; // adjusts the curve point between the min and max.
public float GizmoSize = 0.01f; // The size of gizmos to represent each vertice - public float Max = 0.9f; // The maximum value to assign to a vertice using this tool
public bool DrawGizmo = false; // To show gizmos - public float GizmoSize = 0.01f; // The size of gizmos to represent each vertice
- public bool DrawGizmo = false; // To show gizmos