| Public Member Functions | |
| virtual Decoration[] | GetDecorations () | 
| GetDecorations finds only direct descendant Decorations, whether part of this game object or attached to a nested game object. Aspects that are part of a nested Describable will not be returned. | |
| virtual Decoration[] | GetAllDecorations () | 
| GetAllDecorations searches the GameObject hierarchy downward (children only) to find all. | |
| virtual Decoration [] RAIN.Ontology.Describable.GetAllDecorations | ( | ) |  [virtual] | 
GetAllDecorations searches the GameObject hierarchy downward (children only) to find all.
attached Decorations
Implements Decorated.
Reimplemented in RAIN.Ontology.Entity.
| virtual Decoration [] RAIN.Ontology.Describable.GetDecorations | ( | ) |  [virtual] | 
GetDecorations finds only direct descendant Decorations, whether part of this game object or attached to a nested game object. Aspects that are part of a nested Describable will not be returned.
Implements Decorated.
Reimplemented in RAIN.Ontology.Entity.