Table of Contents

Class TransformScaleTowardsLerpBlock

Namespace
LunyScript.Blocks
/
Assembly
LunyScript.dll
public sealed class TransformScaleTowardsLerpBlock : TransformInterpolateTowardsVariableBlock, IScriptBlock
Expand Details ...
Inheritance
Object
TransformScaleTowardsLerpBlock
Implements
Inherited Members

Methods

Create(VariableBlock<LunyVector3>, Double, Double, LunyVector3, Double, Boolean)

public static TransformScaleTowardsLerpBlock Create(VariableBlock<LunyVector3> targetScale, Double speed, Double deadZone = 0.1, LunyVector3 axisLock = default, Double responsiveness = 1, Boolean spherical = false)

Parameters

Type Name Description
VariableBlock<LunyVector3>
targetScale
Double
speed
Double
deadZone
LunyVector3
axisLock
Double
responsiveness
Boolean
spherical

Returns

TransformScaleTowardsLerpBlock

Execute(IScriptRuntimeContext)

protected override void Execute(IScriptRuntimeContext runtimeContext)

Parameters

Type Name Description
IScriptRuntimeContext
runtimeContext

ToString()

public override String ToString()

Returns

String