RAIN.Ontology.Describable Class Reference
Inheritance diagram for RAIN.Ontology.Describable:
Decorated RAIN.Ontology.Entity

List of all members.

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.

Member Function Documentation

virtual Decoration [] RAIN.Ontology.Describable.GetAllDecorations ( ) [virtual]

GetAllDecorations searches the GameObject hierarchy downward (children only) to find all.

attached Decorations

Returns:
Returns an array of Decorations from all descendants

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.

Returns:
Returns an array of Decorations that are direct descendants

Implements Decorated.

Reimplemented in RAIN.Ontology.Entity.