示例#1
0
 public virtual void setValue(AnyNumeric val)
 {
     OgrePINVOKE.NumericKeyFrame_setValue(swigCPtr, AnyNumeric.getCPtr(val));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public AnyNumeric(AnyNumeric other) : this(OgrePINVOKE.new_AnyNumeric__SWIG_2(AnyNumeric.getCPtr(other)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }