documentation

Visometry.VisionLib.SDK.Examples.SetRuntimeParameterFromInputField Class Reference

Sets the value of a runtime parameter to the value of a InputField. More...

Inherits MonoBehaviour.

Public Member Functions

void Apply ()
 Uses the text of the inputField to set the value of a runtime parameter.
 

Data Fields

InputField inputField
 The text of this InputField will be used as value for a parameter.
 
RuntimeParameter runtimeParameter
 The parameter whose value will be set to the InputFields text.
 
Text text
 Optional text object for showing the set value. More...
 

Detailed Description

Sets the value of a runtime parameter to the value of a InputField.

The assignment happens inside the Apply function.

Field Documentation

◆ text

Text Visometry.VisionLib.SDK.Examples.SetRuntimeParameterFromInputField.text

Optional text object for showing the set value.

The text will be set to the InputFields text directly after calling the Apply function.