Table of Contents

Interface IEntityUniformComponent<TUniform>

Namespace
Frent.Components
Assembly
Frent.dll

Indicates a component should be updated with itself as an argument and a uniform of type TUniform

public interface IEntityUniformComponent<TUniform> : IComponentBase

Type Parameters

TUniform

Remarks

Components should only implement one "Update" method.

Methods

Update(Entity, TUniform)

Updates this component

void Update(Entity self, TUniform uniform)

Parameters

self Entity
uniform TUniform