Table of Contents

Class TransformScaleTowardsBlock

Namespace
LunyScript.Blocks
/
Assembly
LunyScript.dll
public sealed class TransformScaleTowardsBlock : TransformInterpolateTowardsVariableBlock, IScriptBlock
Expand Details ...
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

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

Returns

TransformScaleTowardsBlock

Execute(IScriptRuntimeContext)

protected override void Execute(IScriptRuntimeContext runtimeContext)

Parameters

Type Name Description
IScriptRuntimeContext
runtimeContext

ToString()

public override String ToString()

Returns

String