Esempio n. 1
0
 public Col4(float r, float g, float b) : this(VixenLibPINVOKE.new_Col4__SWIG_1(r, g, b), true)
 {
 }
Esempio n. 2
0
 internal Shape(IntPtr cPtr, bool cMemoryOwn) : base(VixenLibPINVOKE.Shape_SWIGUpcast(cPtr), cMemoryOwn)
 {
     swigCPtr = new HandleRef(this, cPtr);
 }
Esempio n. 3
0
 internal MeshAnimator(IntPtr cPtr, bool cMemoryOwn) : base(VixenLibPINVOKE.MeshAnimator_SWIGUpcast(cPtr), cMemoryOwn)
 {
     swigCPtr = new HandleRef(this, cPtr);
 }
Esempio n. 4
0
        public bool IsLast()
        {
            bool ret = VixenLibPINVOKE.CoreTree_IsLast(swigCPtr);

            return(ret);
        }
Esempio n. 5
0
 internal NavInputEvent(IntPtr cPtr, bool cMemoryOwn) : base(VixenLibPINVOKE.NavInputEvent_SWIGUpcast(cPtr), cMemoryOwn)
 {
     swigCPtr = new HandleRef(this, cPtr);
 }
Esempio n. 6
0
        public virtual bool Remove()
        {
            bool ret = VixenLibPINVOKE.CoreTree_Remove__SWIG_1(swigCPtr);

            return(ret);
        }
Esempio n. 7
0
        public virtual bool Replace(CoreTree src)
        {
            bool ret = VixenLibPINVOKE.CoreTree_Replace(swigCPtr, CoreTree.getCPtr(src));

            return(ret);
        }
Esempio n. 8
0
 public void Set(uint arg0)
 {
     VixenLibPINVOKE.Col4_Set__SWIG_0(swigCPtr, arg0);
 }
Esempio n. 9
0
 public void Set(float R, float G, float B, float A)
 {
     VixenLibPINVOKE.Col4_Set__SWIG_1(swigCPtr, R, G, B, A);
 }
Esempio n. 10
0
        public uint AsInt()
        {
            uint ret = VixenLibPINVOKE.Col4_AsInt(swigCPtr);

            return(ret);
        }
Esempio n. 11
0
        public Col4 Div(float arg0)
        {
            Col4 ret = new Col4(VixenLibPINVOKE.Col4_Div(swigCPtr, arg0), true);

            return(ret);
        }
Esempio n. 12
0
 public Col4(float[] floatArray) : this(VixenLibPINVOKE.new_Col4__SWIG_6(floatArray), true)
 {
 }
Esempio n. 13
0
 public Col4(uint arg0) : this(VixenLibPINVOKE.new_Col4__SWIG_5(arg0), true)
 {
 }
Esempio n. 14
0
 public Col4() : this(VixenLibPINVOKE.new_Col4__SWIG_3(), true)
 {
 }
Esempio n. 15
0
        public virtual bool PutBefore(CoreTree before)
        {
            bool ret = VixenLibPINVOKE.CoreTree_PutBefore(swigCPtr, CoreTree.getCPtr(before));

            return(ret);
        }
Esempio n. 16
0
 public void Set(float R, float G, float B)
 {
     VixenLibPINVOKE.Col4_Set__SWIG_2(swigCPtr, R, G, B);
 }
Esempio n. 17
0
        public virtual bool Remove(bool free)
        {
            bool ret = VixenLibPINVOKE.CoreTree_Remove__SWIG_0(swigCPtr, free);

            return(ret);
        }
Esempio n. 18
0
 public LoadSceneEvent(int code, SharedObj sender) : this(VixenLibPINVOKE.new_LoadSceneEvent__SWIG_0(code, SharedObj.getCPtr(sender)), true)
 {
 }
Esempio n. 19
0
 public virtual void Empty()
 {
     VixenLibPINVOKE.CoreTree_Empty(swigCPtr);
 }
Esempio n. 20
0
 public LoadSceneEvent(int code) : this(VixenLibPINVOKE.new_LoadSceneEvent__SWIG_1(code), true)
 {
 }
Esempio n. 21
0
 public CoreTree() : this(VixenLibPINVOKE.new_CoreTree(), true)
 {
 }
Esempio n. 22
0
 public LoadSceneEvent() : this(VixenLibPINVOKE.new_LoadSceneEvent__SWIG_2(), true)
 {
 }
Esempio n. 23
0
        public int GetSize()
        {
            int ret = VixenLibPINVOKE.CoreTree_GetSize(swigCPtr);

            return(ret);
        }
Esempio n. 24
0
        public virtual bool PutFirst(CoreTree child)
        {
            bool ret = VixenLibPINVOKE.CoreTree_PutFirst(swigCPtr, CoreTree.getCPtr(child));

            return(ret);
        }
Esempio n. 25
0
 public NavInputEvent() : this(VixenLibPINVOKE.new_NavInputEvent__SWIG_0(), true)
 {
 }
Esempio n. 26
0
        public virtual bool Append(CoreTree child)
        {
            bool ret = VixenLibPINVOKE.CoreTree_Append(swigCPtr, CoreTree.getCPtr(child));

            return(ret);
        }
Esempio n. 27
0
 public Shape() : this(VixenLibPINVOKE.new_Shape__SWIG_0(), true)
 {
 }
Esempio n. 28
0
        public virtual bool PutAfter(CoreTree follow)
        {
            bool ret = VixenLibPINVOKE.CoreTree_PutAfter(swigCPtr, CoreTree.getCPtr(follow));

            return(ret);
        }
Esempio n. 29
0
 public MeshAnimator() : this(VixenLibPINVOKE.new_MeshAnimator(), true)
 {
 }
Esempio n. 30
0
 public Col4(float r, float g, float b, float a) : this(VixenLibPINVOKE.new_Col4__SWIG_0(r, g, b, a), true)
 {
 }