Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

regions unity

// Visual Studio:

#region Region Name
// Put your code here
#endregion

/* 
   *Ctrl-M twice to close it
   *Click on the region to close it
   *Click on it and press Ctrl-H to search it
*/
Comment

regions unity

// Visual Stuido Code:

#region Region Name
// Put your code here
#endregion

/*
	*Ctrl+Shift+[ to close it
    *Ctrl+Shift+] to open it
*/
Comment

PREVIOUS NEXT
Code Example
Csharp :: unity check if space pressed 
Csharp :: c# check if type implements interface 
Csharp :: unity key detection 
Csharp :: Changing datagridview cell color dynamically 
Csharp :: c# list to string comma separated 
Csharp :: how to get ip address in c# 
Csharp :: unity reset rigidbody velocity 
Csharp :: asp.net c# write string to text file 
Csharp :: c# open folder in explorer 
Csharp :: c# input integer 
Csharp :: read in multiple numbers c# 
Csharp :: iso date format c# 
Csharp :: unity foreach dictionary 
Csharp :: c# unix timestamp 
Csharp :: rigidbody2d unfreeze position 
Csharp :: how to make console wait c# 
Csharp :: get string last character vb.net 
Csharp :: read file c# 
Csharp :: unity add component 
Csharp :: c# summary link 
Csharp :: c# count number of occurrences in string 
Csharp :: how to exit application c# console 
Csharp :: how to get random numbers in c# 
Csharp :: c# take first 4 characters of string 
Csharp :: how to move your character in unity 2d game 
Csharp :: how to make a button open window in wpf 
Csharp :: executable path with app name c# 
Csharp :: how to find how much digits in number c# 
Csharp :: unity google play games plugin spam 
Csharp :: c# take only int from string 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =