Show / Hide Table of Contents

Class ValueTypeProcessor<T>

Inheritance
object
ValueTypeProcessor
ValueTypeProcessor<T>
Namespace: LiteEntitySystem.Internal
Assembly: LiteEntitySystem.dll
Syntax
public class ValueTypeProcessor<T> : ValueTypeProcessor where T : unmanaged
Type Parameters
Name Description
T

Constructors

ValueTypeProcessor(InterpolatorDelegateWithReturn<T>)

Declaration
public ValueTypeProcessor(InterpolatorDelegateWithReturn<T> interpDelegate)
Parameters
Type Name Description
InterpolatorDelegateWithReturn<T> interpDelegate

Properties

InterpDelegate

Declaration
public static InterpolatorDelegateWithReturn<T> InterpDelegate { get; }
Property Value
Type Description
InterpolatorDelegateWithReturn<T>
In this article
Back to top Generated by DocFX