Table of Contents

Class FieldExtensions

Namespace
MonkeyLoader.Resonite
Assembly
MonkeyLoader.Resonite.Core.dll

Contains extension methods for fields and other world elements

public static class FieldExtensions
Inheritance
FieldExtensions
Inherited Members

Methods

GetReferenceLabel(IWorldElement?)

Creates a label describing the target reference as a FrooxEngine.RefEditor would.

public static string GetReferenceLabel(this IWorldElement? target)

Parameters

target IWorldElement

The reference to label.

Returns

string

A label for the target reference if it is not null; otherwise, <i>null</i>.