14using System.Runtime.InteropServices;
19 private Object locker =
new Object();
20 private HandleRef swigCPtr;
22 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 swigCPtr =
new HandleRef(
this, cPtr);
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
29 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
38 global::System.GC.SuppressFinalize(
this);
41 protected virtual void Dispose(
bool disposing) {
43 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
48 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
60 SwigDirectorConnect();
63 private void SwigDirectorConnect() {
64 if (SwigDerivedClassHasMethod(
"OnWorldToEyeChanged", swigMethodTypes0))
69 private bool SwigDerivedClassHasMethod(
string methodName, global::System.Type[] methodTypes) {
70 global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, global::System.Reflection.BindingFlags.Public | global::System.Reflection.BindingFlags.NonPublic | global::System.Reflection.BindingFlags.Instance,
null, methodTypes,
null);
71 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(
CFxViewReactor));
72 return hasDerivedMethod;
75 private void SwigDirectorMethodOnWorldToEyeChanged(global::System.IntPtr pView) {
76 OnWorldToEyeChanged((pView == global::System.IntPtr.Zero) ?
null :
new CFxView(pView,
false));
83 private static global::System.Type[] swigMethodTypes0 =
new global::System.Type[] { typeof(
CFxView) };
static HandleRef getCPtr(CFxView obj)
delegate void SwigDelegateCFxViewReactor_0(global::System.IntPtr pView)
CFxViewReactor(IntPtr cPtr, bool cMemoryOwn)
virtual void OnWorldToEyeChanged(CFxView pView)
static HandleRef getCPtr(CFxViewReactor obj)
virtual void Dispose(bool disposing)
static global::System.Exception Retrieve()
static void CFxViewReactor_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, CFxViewReactor.SwigDelegateCFxViewReactor_0 delegate0)
static void delete_CFxViewReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewReactor_OnWorldToEyeChanged(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxViewReactor_OnWorldToEyeChangedSwigExplicitCFxViewReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)