Show / Hide Table of Contents

Class ShadowedInteractionExtensions

Inheritance
System.Object
ShadowedInteractionExtensions
Namespace: ShadowBox.Interactions
Assembly: cs.temp.dll.dll
Syntax
public static class ShadowedInteractionExtensions

Methods

GentleClose()

Declaration
public static AnimationCurve GentleClose()
Returns
Type Description
AnimationCurve

PrettyString(AnimationCurve)

Declaration
public static string PrettyString(this AnimationCurve target)
Parameters
Type Name Description
AnimationCurve target
Returns
Type Description
System.String

UnwrapAngle(Single)

Declaration
public static float UnwrapAngle(this float angle)
Parameters
Type Name Description
System.Single angle
Returns
Type Description
System.Single

WrapAngle(Single)

Declaration
public static float WrapAngle(this float angle)
Parameters
Type Name Description
System.Single angle
Returns
Type Description
System.Single

WrapQuaternion(Quaternion)

Declaration
public static Vector3 WrapQuaternion(this Quaternion rot)
Parameters
Type Name Description
Quaternion rot
Returns
Type Description
Vector3
Back to top Generated by DocFX