Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-04-02 03:25:29 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-04-02 03:25:29 +0300
commit186cf71aa207e107d4b00d28d7e5c30a2e1bf001 (patch)
tree535d7947164420fc0cea19f1ba0586dca64b0e5a /UVtools.ScriptSample
parent442134c04d21342cb328aee85087b7a01f2df08a (diff)
Update README.md
Diffstat (limited to 'UVtools.ScriptSample')
-rw-r--r--UVtools.ScriptSample/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/UVtools.ScriptSample/README.md b/UVtools.ScriptSample/README.md
index 4c526b1..d8c60d8 100644
--- a/UVtools.ScriptSample/README.md
+++ b/UVtools.ScriptSample/README.md
@@ -70,9 +70,9 @@ With this approach you dont need to convert your .cs file to a script file .csx,
// References can be imported by IDE when required
using ReferenceName;
-namespace UVtools.ScriptSample // Require to compile and have IDE help
+namespace UVtools.ScriptSample // Require to compile and have the IDE help
{
- public class YourScriptName : ScriptGlobals // Require to compile and have IDE help
+ public class YourScriptName : ScriptGlobals // Require to compile and have the IDE help
{
// Put your user inputs here, for example:
ScriptNumericalInput<ushort> InsetMarginFromEdge = new()
@@ -170,7 +170,7 @@ To public share you can use UVtools github: https://github.com/sn4k3/UVtools/dis
This guide is more about to understand the scripting structure and setup the first script, this it's not about learn how to code,
if you are a C# programmer than this is not a problem,
but if you are starting you can search some tutorials on internet, often you can google what you want,
-for example Google: C# get current time, and a lot of examples will tell you how to do that.
+for example Google: "C# get current time", and a lot of examples will tell you how to do that.
It will take try, error and pratice but once you learn this skill it will be very easy to do this scripts.
If you need some help regarding with UVtools Core codding you can post your questions at github: https://github.com/sn4k3/UVtools/discussions/categories/scripts