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

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(AnyNumeric obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }