Class TransformScaleTowardsBlock
- Namespace
- LunyScript.Blocks /
- Assembly
- LunyScript.dll
public sealed class TransformScaleTowardsBlock : TransformInterpolateTowardsVariableBlock, IScriptBlock
Expand Details ...
- Inheritance
-
ObjectTransformScaleTowardsBlock
- Implements
- Inherited Members
Methods
Create(VariableBlock<LunyVector3>, Double, Double, LunyVector3, Double)
public static TransformScaleTowardsBlock Create(VariableBlock<LunyVector3> targetScale, Double speed, Double deadZone = 0.1, LunyVector3 axisLock = default, Double responsiveness = 1)
Parameters
| Type | Name | Description |
|---|---|---|
targetScale |
||
speed |
||
deadZone |
||
axisLock |
||
responsiveness |
Returns
Execute(IScriptRuntimeContext)
protected override void Execute(IScriptRuntimeContext runtimeContext)
Parameters
| Type | Name | Description |
|---|---|---|
runtimeContext |
ToString()
public override String ToString()
Returns
- String