ForgeDocs
Documentation for the forge framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Forge.Entities.TemplateIndex Class Reference

Provides access to all templates in a game engine via the template's TemplateId. More...

Inheritance diagram for Forge.Entities.TemplateIndex:

Public Member Functions

IEnumerator< ITemplateGetEnumerator ()
 

Properties

ITemplate this[int templateId] [get]
 Returns the template with the given TemplateId. If no template with the given TemplateId exists, then an exception is thrown. More...
 

Detailed Description

Provides access to all templates in a game engine via the template's TemplateId.

Property Documentation

ITemplate Forge.Entities.TemplateIndex.this[int templateId]
get

Returns the template with the given TemplateId. If no template with the given TemplateId exists, then an exception is thrown.


The documentation for this class was generated from the following file: