Example #1
0
void tBiasSliderAction::NewRemoteBias(int value)
{
    SetSliderBias(value);
    SetValue( DefaultValue() + m_Bias );
}
Example #2
0
template<> void TUNDRACORE_API Attribute<float>::FromString(const std::string& str, AttributeChange::Type change)
{
    Set(ParseFloat(str, DefaultValue()), change);
}