Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DefaultSource

Evaluates an index-based Selector. Include this source, if an indexed source shall be used just the way string.Format does.
Read time 1 minuteLast updated 4 days ago

Definition

public class DefaultSource : Source, ISource, IInitializer

Remarks

Smart.Format("{0}-{1}", 1234, 5678);

Inheritance