Class TransformScaleTowardsLerpBlock
- Namespace
- LunyScript.Blocks
- Assembly
- LunyScript.dll
public sealed class TransformScaleTowardsLerpBlock : TransformInterpolateTowardsVariableBlock, IScriptBlock
- Inheritance
-
objectTransformScaleTowardsLerpBlock
- Implements
- Inherited Members
Methods
Create(VariableBlock<LunyVector3>, double, double, LunyVector3, double, bool)
public static TransformScaleTowardsLerpBlock Create(VariableBlock<LunyVector3> targetScale, double speed, double deadZone = 0.1, LunyVector3 axisLock = default, double responsiveness = 1, bool spherical = false)
Parameters
targetScaleVariableBlock<LunyVector3>speeddoubledeadZonedoubleaxisLockLunyVector3responsivenessdoublesphericalbool
Returns
Execute(IScriptRuntimeContext)
protected override void Execute(IScriptRuntimeContext runtimeContext)
Parameters
runtimeContextIScriptRuntimeContext
ToString()
public override string ToString()
Returns
- string