Table of Contents

Class TransformScaleTowardsLerpBlock

Namespace
LunyScript.Blocks
Assembly
LunyScript.dll
public sealed class TransformScaleTowardsLerpBlock : TransformInterpolateTowardsVariableBlock, IScriptBlock
Inheritance
object
TransformScaleTowardsLerpBlock
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

targetScale VariableBlock<LunyVector3>
speed double
deadZone double
axisLock LunyVector3
responsiveness double
spherical bool

Returns

TransformScaleTowardsLerpBlock

Execute(IScriptRuntimeContext)

protected override void Execute(IScriptRuntimeContext runtimeContext)

Parameters

runtimeContext IScriptRuntimeContext

ToString()

public override string ToString()

Returns

string