Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StringSource

Evaluates a Selector with a string as ISelectorInfo.CurrentValue. Include this source for handling string and its extension methods.
Read time 1 minuteLast updated 6 days ago

Definition

public class StringSource : Source, ISource, IInitializer

Properties

Property

Description

SelectorMethodsA Dictionary_2 of methods that can be used as selectors.
UseInvariantCultureWhen
true
, uses InvariantCulture when performing string operations, otherwise uses the Locale .

Inheritance