Table of Contents

Interface IDecorable

Namespace
Macad.Core.Components
Assembly
Macad.Core.dll
public interface IDecorable

Methods

void AddComponent(Component component)
component Component

T FindComponent<T>(bool inherited = false) where T : Component
inherited bool
Returns: T
T

IEnumerable<Component> GetComponents(bool inherited = false)
inherited bool
Returns: IEnumerable<Component>

Model GetOwnerModel()
Returns: Model

void RemoveComponent(Component component)
component Component