Table of Contents

Class TransformPositionLerpTowardsObjectBlock

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

Methods

Create(ILunyObject, double, double, LunyVector3, double, bool)

public static TransformPositionLerpTowardsObjectBlock Create(ILunyObject target, double speed, double deadZone = 0.1, LunyVector3 axisLock = default, double responsiveness = 1, bool spherical = false)

Parameters

target ILunyObject
speed double
deadZone double
axisLock LunyVector3
responsiveness double
spherical bool

Returns

TransformPositionLerpTowardsObjectBlock

Execute(IScriptRuntimeContext)

protected override void Execute(IScriptRuntimeContext runtimeContext)

Parameters

runtimeContext IScriptRuntimeContext

ToString()

public override string ToString()

Returns

string