docs.unity.cn
    Show / Hide Table of Contents

    Value Tuple source

    The Value Tuple source can iterate through a Tuple’s values, evaluating each item against the sources and formatters.

    Example Smart String Arguments Result
    It is {Name} {Key}
    (new Person { Name = "Juan" }, new Dictionary<string, string> { { "Key", "Value" } })
    
    It is Juan Value
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, October 28, 2021