Class TransformPositionLerpTowardsObjectBlock
- Namespace
- LunyScript.Blocks /
- Assembly
- LunyScript.dll
public sealed class TransformPositionLerpTowardsObjectBlock : TransformInterpolateTowardsObjectBlock, IScriptBlock
Expand Details ...
- Inheritance
-
ObjectTransformPositionLerpTowardsObjectBlock
- 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 |
|---|---|---|
target |
||
speed |
||
deadZone |
||
axisLock |
||
responsiveness |
||
spherical |
Returns
Execute(IScriptRuntimeContext)
protected override void Execute(IScriptRuntimeContext runtimeContext)
Parameters
| Type | Name | Description |
|---|---|---|
runtimeContext |
ToString()
public override String ToString()
Returns
- String