Esempio n. 1
0
 public EffectFactory(EffectSetting setting) : this(EffekseerNativePINVOKE.new_EffectFactory(EffectSetting.getCPtr(setting)), true)
 {
 }
Esempio n. 2
0
        public bool IsConnectingNetwork()
        {
            bool ret = EffekseerNativePINVOKE.Native_IsConnectingNetwork(swigCPtr);

            return(ret);
        }
Esempio n. 3
0
 public void SetLightDirection(float x, float y, float z)
 {
     EffekseerNativePINVOKE.Native_SetLightDirection(swigCPtr, x, y, z);
 }
Esempio n. 4
0
 public void SetMouseInverseFlag(bool rotX, bool rotY, bool slideX, bool slideY)
 {
     EffekseerNativePINVOKE.Native_SetMouseInverseFlag(swigCPtr, rotX, rotY, slideX, slideY);
 }
Esempio n. 5
0
        public bool StartNetwork(string host, ushort port)
        {
            bool ret = EffekseerNativePINVOKE.Native_StartNetwork(swigCPtr, host, port);

            return(ret);
        }
Esempio n. 6
0
 public void SetGridLength(float length)
 {
     EffekseerNativePINVOKE.Native_SetGridLength(swigCPtr, length);
 }
Esempio n. 7
0
 public void SetBackgroundImage(string path)
 {
     EffekseerNativePINVOKE.Native_SetBackgroundImage(swigCPtr, path);
 }
Esempio n. 8
0
        public bool Zoom(float zoom)
        {
            bool ret = EffekseerNativePINVOKE.Native_Zoom(swigCPtr, zoom);

            return(ret);
        }
Esempio n. 9
0
        public bool SetRandomSeed(int seed)
        {
            bool ret = EffekseerNativePINVOKE.Native_SetRandomSeed(swigCPtr, seed);

            return(ret);
        }
Esempio n. 10
0
        public bool StepEffect()
        {
            bool ret = EffekseerNativePINVOKE.Native_StepEffect__SWIG_1(swigCPtr);

            return(ret);
        }
Esempio n. 11
0
        public bool Slide(float x, float y)
        {
            bool ret = EffekseerNativePINVOKE.Native_Slide(swigCPtr, x, y);

            return(ret);
        }
Esempio n. 12
0
        public bool StepEffect(int frame)
        {
            bool ret = EffekseerNativePINVOKE.Native_StepEffect__SWIG_0(swigCPtr, frame);

            return(ret);
        }
Esempio n. 13
0
        public bool PlayEffect()
        {
            bool ret = EffekseerNativePINVOKE.Native_PlayEffect(swigCPtr);

            return(ret);
        }
Esempio n. 14
0
        public bool RemoveEffect()
        {
            bool ret = EffekseerNativePINVOKE.Native_RemoveEffect(swigCPtr);

            return(ret);
        }
Esempio n. 15
0
        public bool InvalidateTextureCache()
        {
            bool ret = EffekseerNativePINVOKE.Native_InvalidateTextureCache(swigCPtr);

            return(ret);
        }
Esempio n. 16
0
 public System.IntPtr RenderView(int width, int height)
 {
     return(EffekseerNativePINVOKE.Native_RenderView(swigCPtr, width, height));
 }
Esempio n. 17
0
 public void SetIsGridShown(bool value, bool xy, bool xz, bool yz)
 {
     EffekseerNativePINVOKE.Native_SetIsGridShown(swigCPtr, value, xy, xz, yz);
 }
Esempio n. 18
0
        public bool Record(string pathWithoutExt, string ext, int count, int offsetFrame, int freq, TransparenceType transparenceType)
        {
            bool ret = EffekseerNativePINVOKE.Native_Record__SWIG_0(swigCPtr, pathWithoutExt, ext, count, offsetFrame, freq, (int)transparenceType);

            return(ret);
        }
Esempio n. 19
0
 public void SetBackgroundColor(byte r, byte g, byte b)
 {
     EffekseerNativePINVOKE.Native_SetBackgroundColor(swigCPtr, r, g, b);
 }
Esempio n. 20
0
        public bool RecordAsAVI(string path, int count, int offsetFrame, int freq, TransparenceType transparenceType)
        {
            bool ret = EffekseerNativePINVOKE.Native_RecordAsAVI(swigCPtr, path, count, offsetFrame, freq, (int)transparenceType);

            return(ret);
        }
Esempio n. 21
0
 public void SetGridColor(byte r, byte g, byte b, byte a)
 {
     EffekseerNativePINVOKE.Native_SetGridColor(swigCPtr, r, g, b, a);
 }
Esempio n. 22
0
        public ViewerParamater GetViewerParamater()
        {
            ViewerParamater ret = new ViewerParamater(EffekseerNativePINVOKE.Native_GetViewerParamater(swigCPtr), true);

            return(ret);
        }
Esempio n. 23
0
 public void SetStep(int step)
 {
     EffekseerNativePINVOKE.Native_SetStep(swigCPtr, step);
 }
Esempio n. 24
0
        public ViewerEffectBehavior GetEffectBehavior()
        {
            ViewerEffectBehavior ret = new ViewerEffectBehavior(EffekseerNativePINVOKE.Native_GetEffectBehavior(swigCPtr), true);

            return(ret);
        }
Esempio n. 25
0
 public void StopNetwork()
 {
     EffekseerNativePINVOKE.Native_StopNetwork(swigCPtr);
 }
Esempio n. 26
0
        public bool SetSoundMute(bool mute)
        {
            bool ret = EffekseerNativePINVOKE.Native_SetSoundMute(swigCPtr, mute);

            return(ret);
        }
Esempio n. 27
0
 public void SendDataByNetwork(string key, System.IntPtr data, int size, string path)
 {
     EffekseerNativePINVOKE.Native_SendDataByNetwork(swigCPtr, key, data, size, path);
 }
Esempio n. 28
0
        public bool SetSoundVolume(float volume)
        {
            bool ret = EffekseerNativePINVOKE.Native_SetSoundVolume(swigCPtr, volume);

            return(ret);
        }
Esempio n. 29
0
 public void SetLightAmbientColor(byte r, byte g, byte b, byte a)
 {
     EffekseerNativePINVOKE.Native_SetLightAmbientColor(swigCPtr, r, g, b, a);
 }
Esempio n. 30
0
 public PostEffectParameter() : this(EffekseerNativePINVOKE.new_PostEffectParameter(), true)
 {
 }