Table of Contents

Class TransformScaleTowardsBlock

Namespace
LunyScript.Blocks
Assembly
LunyScript.dll
public sealed class TransformScaleTowardsBlock : TransformInterpolateTowardsVariableBlock, IScriptBlock
Inheritance
object
TransformScaleTowardsBlock
Implements
Inherited Members

Methods

Create(VariableBlock<LunyVector3>, double, double, LunyVector3, double)

public static TransformScaleTowardsBlock Create(VariableBlock<LunyVector3> targetScale, double speed, double deadZone = 0.1, LunyVector3 axisLock = default, double responsiveness = 1)

Parameters

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

Returns

TransformScaleTowardsBlock

Execute(IScriptRuntimeContext)

protected override void Execute(IScriptRuntimeContext runtimeContext)

Parameters

runtimeContext IScriptRuntimeContext

ToString()

public override string ToString()

Returns

string