public bool HasTextureLoaded(int index, EffekseerTextureType type) { bool ret = EffekseerCorePINVOKE.EffekseerEffectCore_HasTextureLoaded(swigCPtr, index, (int)type); return(ret); }
public int GetTextureCount(EffekseerTextureType type) { int ret = EffekseerCorePINVOKE.EffekseerEffectCore_GetTextureCount(swigCPtr, (int)type); return(ret); }
public bool LoadTexture(byte[] data, int len, int index, EffekseerTextureType type) { bool ret = EffekseerCorePINVOKE.EffekseerEffectCore_LoadTexture(swigCPtr, data, len, index, (int)type); return(ret); }
public string GetTexturePath(int index, EffekseerTextureType type) { string ret = System.Runtime.InteropServices.Marshal.PtrToStringUni(EffekseerCorePINVOKE.EffekseerEffectCore_GetTexturePath(swigCPtr, index, (int)type)); return(ret); }