Execute simple C# code when double click this asset. More...
Inherits ScriptableObject.
Public Member Functions | |
| void | Execute () |
| Execute the code if exists, compile first if not cached yet. More... | |
Public Attributes | |
| string | usingDirective |
| The C# using directive for the code. More... | |
| string | codeSnippet |
| The C# code snippet to execute. More... | |
| List< Object > | objects = new List<Object>() |
| Accessible from array property 'objects' in the code. More... | |
Execute simple C# code when double click this asset.
Used to make a simple shortcut or as an Immediate Window.
| void Execute | ( | ) |
Execute the code if exists, compile first if not cached yet.
| string usingDirective |
The C# using directive for the code.
| string codeSnippet |
The C# code snippet to execute.
| List<Object> objects = new List<Object>() |
Accessible from array property 'objects' in the code.