Show / Hide Table of Contents

Interface IObjectWithComponents

Interface providing a convention for objects that use component collections to store components associated with themselves.

Namespace: GoRogue.Components.ParentAware
Assembly: GoRogue.dll
Syntax
public interface IObjectWithComponents

Properties

View Source

GoRogueComponents

Collection holding components that GoRogue has recorded as being attached to the implementing object.

Declaration
IComponentCollection GoRogueComponents { get; }
Property Value
Type Description
IComponentCollection

Extension Methods

Utility.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX