Table of Contents

Class TransformRotationLerpTowardsObjectBlock

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

Methods

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

public static TransformRotationLerpTowardsObjectBlock 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

TransformRotationLerpTowardsObjectBlock

Execute(IScriptRuntimeContext)

protected override void Execute(IScriptRuntimeContext runtimeContext)

Parameters

runtimeContext IScriptRuntimeContext

ToString()

public override string ToString()

Returns

string