Table of Contents

Interface IUniformProvider

Namespace
Frent
Assembly
Frent.dll

Defines a uniform provider, which is used by World to supply uniforms to components and queries e.g., IUniformComponent<TUniform>

public interface IUniformProvider

Methods

GetUniform<T>()

Gets a uniform from this uniform provider

T GetUniform<T>()

Returns

T

The uniform

Type Parameters

T

The type of uniform to retrieve