public override void Grant(bool skipBase = false)
        {
            var id = State.GetUberId();

            UberStateController.SkipUberStateMapCount[id] = supCount;
            InterOp.set_uber_state_value(State.GroupID, State.ID, State.ValueAsFloat());
        }
Ejemplo n.º 2
0
 public InterOpValue(InterOp op, InterMethod owner = null)
 {
     _op = op;
     if (owner != null)
     {
         _op.SetOwner(owner);
     }
 }
Ejemplo n.º 3
0
        internal VisualEventSignal VisualEventSignal()
        {
            VisualEventSignal ret = new VisualEventSignal(InterOp.View_VisaulEventSignal(View.getCPtr(this)), false);

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 4
0
 public override void Grant(bool skipBase = false)
 {
     UberStateController.SkipUberStateMapCount[Id] = SupCount;
     InterOp.set_uber_state_value(Id.GroupID, Id.ID, Modifier(UberGet.value(Id)));
 }
 public void Setup() => InterOp.set_lupo_item(Id.GroupID, Id.ID, Name, Desc, "test3");
Ejemplo n.º 6
0
 public static float AsFloat(UberId id) => InterOp.get_uber_state_value(id.GroupID, id.ID);