Namespace: DeltaEngine.ContentAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public RenderingData Lerp(
RenderingData other,
float interpolation
)
public RenderingData Lerp(
RenderingData other,
float interpolation
)
Public Function Lerp (
other As RenderingData,
interpolation As Single
) As RenderingData
Public Function Lerp (
other As RenderingData,
interpolation As Single
) As RenderingData
public:
virtual RenderingData^ Lerp(
RenderingData^ other,
float interpolation
) sealed
public:
virtual RenderingData^ Lerp(
RenderingData^ other,
float interpolation
) sealed
abstract Lerp :
other : RenderingData *
interpolation : float32 -> RenderingData
override Lerp :
other : RenderingData *
interpolation : float32 -> RenderingData
abstract Lerp :
other : RenderingData *
interpolation : float32 -> RenderingData
override Lerp :
other : RenderingData *
interpolation : float32 -> RenderingData
Return Value
Type:
RenderingDataImplements
Lerp T Lerp(T, Single)