|
ForgeDocs
Documentation for the forge framework
|
An ITemplateGroup is simply a collection of templates that IGameSnapshots use. More...
Inherited by Forge.Entities.Implementation.Content.TemplateGroup.
Public Member Functions | |
| ITemplate | CreateTemplate () |
| Creates a new ITemplate instance that is attached to this snapshot. More... | |
| bool | RemoveTemplate (ITemplate template) |
| Attempts to remove the given template from the template group. Be careful that no IGameSnapshots are referencing the given template. More... | |
Properties | |
| IEnumerable< ITemplate > | Templates [get] |
| All of the templates that are within the group. More... | |
An ITemplateGroup is simply a collection of templates that IGameSnapshots use.
| ITemplate Forge.Entities.ITemplateGroup.CreateTemplate | ( | ) |
Creates a new ITemplate instance that is attached to this snapshot.
| bool Forge.Entities.ITemplateGroup.RemoveTemplate | ( | ITemplate | template | ) |
Attempts to remove the given template from the template group. Be careful that no IGameSnapshots are referencing the given template.
|
get |
All of the templates that are within the group.