Table of Contents

Class TransformRotationLinearTowardsObjectBlock

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

Methods

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

public static TransformRotationLinearTowardsObjectBlock Create(ILunyObject target, double speed, double deadZone = 0.1, LunyVector3 axisLock = default, double responsiveness = 1)

Parameters

target ILunyObject
speed double
deadZone double
axisLock LunyVector3
responsiveness double

Returns

TransformRotationLinearTowardsObjectBlock

Execute(IScriptRuntimeContext)

protected override void Execute(IScriptRuntimeContext runtimeContext)

Parameters

runtimeContext IScriptRuntimeContext

ToString()

public override string ToString()

Returns

string