Created
May 22, 2013 04:26
-
-
Save uzzu/5625238 to your computer and use it in GitHub Desktop.
MonoDevelop code snippets example.
Add to ``~/Library/MonoDevelop-Unity-2.8/Snippets``
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<CodeTemplates version="3.0"> | |
<CodeTemplate version="2.0"> | |
<Header> | |
<_Group>UnityC#</_Group> | |
<Version /> | |
<MimeType>text/x-csharp</MimeType> | |
<Shortcut>B_</Shortcut> | |
<_Description /> | |
<TemplateType>Unknown</TemplateType> | |
</Header> | |
<Variables /> | |
<Code><![CDATA[Bezier]]></Code> | |
</CodeTemplate> | |
</CodeTemplates> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment