C# Class Entitas.CodeGenerator.DontGenerateAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: sschmid/Entitas-CSharp

Public Properties

Property Type Description
generateIndex bool

Public Methods

Method Description
DontGenerateAttribute ( bool generateIndex = true ) : System

Method Details

DontGenerateAttribute() public method

public DontGenerateAttribute ( bool generateIndex = true ) : System
generateIndex bool
return System

Property Details

generateIndex public_oe property

public bool generateIndex
return bool