Table of Contents

Interface IComponent<TArg>

Namespace
Frent.Components
Assembly
Frent.dll

Indicates a component should be updated with the specified components

public interface IComponent<TArg> : IComponentBase

Type Parameters

TArg

Remarks

Components should only implement one "Update" method.

Methods

Update(ref TArg)

Updates this component

void Update(ref TArg arg)

Parameters

arg TArg