-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuickButton.template.xml
29 lines (29 loc) · 983 Bytes
/
QuickButton.template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<CodeTemplates version="3.0">
<CodeTemplate version="2.0">
<Header>
<_Group>C#</_Group>
<Version />
<MimeType>text/x-csharp</MimeType>
<Shortcut>QuickButton</Shortcut>
<_Description>QuickButton attribute</_Description>
<TemplateType>Unknown</TemplateType>
</Header>
<Variables>
<Variable name="gameObject Name">
<Default>gameObject name</Default>
</Variable>
<Variable name="method name">
<Default>method name</Default>
</Variable>
<Variable name="Button Label Text">
<Default>Button Label Text</Default>
</Variable>
<Variable name="junkVariableName">
<Default>junkVariableName</Default>
</Variable>
</Variables>
<Code><![CDATA[[QuickButton ("$gameObject Name$", "$method name$", "$Button Label Text$", QuickButtonColour.red)]
public bool $junkVariableName$;]]></Code>
</CodeTemplate>
</CodeTemplates>