Table of Contents

Struct TransformRotationBuilder<T>

Namespace
LunyScript.ScriptApi
/
Assembly
LunyScript.dll

Fluent builder for Rotate-Towards blocks. Usage: Transform.RotateTowards(target).Speed(45).Responsiveness(2).LockY() Transform.RotateTowards(target).Speed(45).Lerp() Transform.RotateTowards(target).Speed(45).Slerp()

public readonly struct TransformRotationBuilder<T> where T : struct, ITransformBuilderState

Type Parameters

T
Expand Details ...

Operators

implicit operator ScriptActionBlock(TransformRotationBuilder<T>)

public static implicit operator ScriptActionBlock(TransformRotationBuilder<T> b)

Parameters

Type Name Description
TransformRotationBuilder<T>
b

Returns

ScriptActionBlock