From c3c4eceef10346ca848ec04c65057ae556489131 Mon Sep 17 00:00:00 2001 From: Schaken Date: Fri, 31 Jan 2025 16:13:19 -0500 Subject: [PATCH] Update Home --- Home.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Home.md b/Home.md index 86191d8..9211ed2 100644 --- a/Home.md +++ b/Home.md @@ -11,10 +11,11 @@ Tutorial Video: https://youtu.be/k6i9wZKfiEg To Purchase: https://payhip.com/b/lpCnU API: -public Cloth cloth; // Assign the Cloth component -public Texture2D gradientTexture; // Assign the gradient texture. make sure it has read/write permissions -public float Min = 0; // The minimum 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 Max = 0.9f; // The maximum value to assign to a vertice using this tool -public float GizmoSize = 0.01f; // The size of gizmos to represent each vertice -public bool DrawGizmo = false; // To show gizmos \ No newline at end of file + +- public Cloth cloth; // Assign the Cloth component +- public Texture2D gradientTexture; // Assign the gradient texture. make sure it has read/write permissions +- public float Min = 0; // The minimum 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 Max = 0.9f; // The maximum value to assign to a vertice using this tool +- public float GizmoSize = 0.01f; // The size of gizmos to represent each vertice +- public bool DrawGizmo = false; // To show gizmos \ No newline at end of file