Table of Contents

Interface IUniformComponent<TUniform, TArg>

Namespace
Frent.Components
Assembly
Frent.dll

Indicates a component should be updated with a uniform of type TUniform and the specified components

public interface IUniformComponent<TUniform, TArg> : IComponentBase

Type Parameters

TUniform
TArg

Remarks

Components should only implement one "Update" method.

Methods

Update(TUniform, ref TArg)

Updates this component

void Update(TUniform uniform, ref TArg arg)

Parameters

uniform TUniform
arg TArg