Ejemplo n.º 1
0
    // 初期化関数
    public void initialize(NodeManager.Property property)
    {
        inputComponent( );
        _tag = property.tag;
        _use = property.use;

        changeName(_tag);
        changeValue(property.value);
        resetSlider(property.value);
        resetToggle(_use);
    }
Ejemplo n.º 2
0
 public void inputValue(ref NodeManager.Property property)
 {
     property.use   = _use;
     property.value = _input_value_float;
 }