Click or drag to resize

SoftReferenceT  Conversion (SoftReferenceT to String)

Returns the trimmed path to the asset.

Namespace:  Kit.UI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static implicit operator string (
	SoftReference<T> reference
)
Request Example View Source

Parameters

reference
Type: Kit.UISoftReferenceT

Return Value

Type: String
See Also