Table of Contents

Struct TransformRotationBuilder<T>

Namespace
LunyScript.Api
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

Operators

implicit operator ScriptActionBlock(TransformRotationBuilder<T>)

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

Parameters

b TransformRotationBuilder<T>

Returns

ScriptActionBlock