C# Class Entitas.CodeGenerator.PoolAttribute

Inheritance: System.Attribute
Show file Open project: JamesMcMahon/entitas-2d-roguelike

Public Properties

Property Type Description
poolName string

Public Methods

Method Description
PoolAttribute ( string poolName = "" ) : System

Method Details

PoolAttribute() public method

public PoolAttribute ( string poolName = "" ) : System
poolName string
return System

Property Details

poolName public property

public string poolName
return string