Show / Hide Table of Contents

Delegate GetUniformValue

Delegate for a method that returns the value of a shader parameter.

Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public delegate object GetUniformValue();
Returns
Type Description
System.Object
Generated by DocFX
GitHub Repo
Back to top