You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			31 lines
		
	
	
		
			977 B
		
	
	
	
		
			C#
		
	
			
		
		
	
	
			31 lines
		
	
	
		
			977 B
		
	
	
	
		
			C#
		
	
| //------------------------------------------------------------------------------
 | |
| // <auto-generated>
 | |
| //     This code was generated by Entitas.CodeGeneration.Plugins.ContextGenerator.
 | |
| //
 | |
| //     Changes to this file may cause incorrect behavior and will be lost if
 | |
| //     the code is regenerated.
 | |
| // </auto-generated>
 | |
| //------------------------------------------------------------------------------
 | |
| public sealed partial class InputContext : Entitas.Context<InputEntity> {
 | |
| 
 | |
|     public InputContext()
 | |
|         : base(
 | |
|             InputComponentsLookup.TotalComponents,
 | |
|             0,
 | |
|             new Entitas.ContextInfo(
 | |
|                 "Input",
 | |
|                 InputComponentsLookup.componentNames,
 | |
|                 InputComponentsLookup.componentTypes
 | |
|             ),
 | |
|             (entity) =>
 | |
| 
 | |
| #if (ENTITAS_FAST_AND_UNSAFE)
 | |
|                 new Entitas.UnsafeAERC(),
 | |
| #else
 | |
|                 new Entitas.SafeAERC(entity),
 | |
| #endif
 | |
|             () => new InputEntity()
 | |
|         ) {
 | |
|     }
 | |
| }
 |