Table of Contents

Class TransformPositionLerpTowardsObjectBlock

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

Methods

Create(ILunyObject, Double, Double, LunyVector3, Double, Boolean)

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

Parameters

Type Name Description
ILunyObject
target
Double
speed
Double
deadZone
LunyVector3
axisLock
Double
responsiveness
Boolean
spherical

Returns

TransformPositionLerpTowardsObjectBlock

Execute(IScriptRuntimeContext)

protected override void Execute(IScriptRuntimeContext runtimeContext)

Parameters

Type Name Description
IScriptRuntimeContext
runtimeContext

ToString()

public override String ToString()

Returns

String