FMUtilities.

LogTemp<T>(T, Object) Method

Summary

Debug.Log(message, context) with an [System.ObsoleteAttribute] warning so you remember to remove any calls.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion
Containing Type
FMUtilities

Syntax

[Obsolete]
public static T LogTemp<T>(this T value, Object prefix = null)

Attributes

Type Description
ObsoleteAttribute

Type Parameters

Name Description
T

Parameters

Name Type Description
value T
prefix Object

Return Value

Type Description
T