Table of Contents

Class ThrottleBlendshapeData.BlendshapeShaderFloatParam

Namespace
KSP.VFX
Assembly
Assembly-CSharp.dll
public class ThrottleBlendshapeData.BlendshapeShaderFloatParam : ThrottleBlendshapeData.BlendshapeShaderParam<float>
Inheritance
ThrottleBlendshapeData.BlendshapeShaderFloatParam
Inherited Members
Extension Methods

Constructors

BlendshapeShaderFloatParam(string, AnimationCurve)

public BlendshapeShaderFloatParam(string _shaderParamName, AnimationCurve _curve)

Parameters

_shaderParamName string
_curve AnimationCurve

Fields

MinMaxCurve

public AnimationCurve MinMaxCurve

Field Value

AnimationCurve

Methods

UpdateCurrent(float)

public override void UpdateCurrent(float curPercent)

Parameters

curPercent float