C# Class Entitas.CodeGenerator.PoolAttribute

Inheritance: System.Attribute
Mostrar archivo 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_oe property

public string poolName
return string