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();
61 DelegateHolder.OnHoldSwigDirectorDelegates(
this);
64 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction();
68 this.swigCMemOwn =
false;
73 private void SwigDirectorConnect() {
74 if (SwigDerivedClassHasMethod(
"OnWorldToEyeChanged", swigMethodTypes0))
79 private bool SwigDerivedClassHasMethod(
string methodName, global::System.Type[] methodTypes) {
80 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);
81 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(
CFxViewReactor));
82 return hasDerivedMethod;
85 private void SwigDirectorMethodOnWorldToEyeChanged(global::System.IntPtr pView) {
86 OnWorldToEyeChanged((pView == global::System.IntPtr.Zero) ?
null : new CFxView(pView, false));
93 private static global::System.Type[] swigMethodTypes0 =
new global::System.Type[] { typeof(
CFxView) };