GetString
method in Coherence.Toolkit.CoherenceInput
Methods
public string GetString(string stringName, long? simulationFrame = null)
Returns a string state as of the given simulation frame.
Parameters
Type | Name | Description |
---|---|---|
string | stringName | Name of the string. |
long? | simulationFrame | Simulation frame for which state is requested. If |
Returns
Type | Description |
---|---|
string | Value of the string as of the given simulation frame. |