コード例 #1
0
ファイル: EffectFactory.cs プロジェクト: Sariohara/Effekseer
 public void ReloadAllResources()
 {
     EffekseerNativePINVOKE.EffectFactory_ReloadAllResources(swigCPtr);
     if (EffekseerNativePINVOKE.SWIGPendingException.Pending)
     {
         throw EffekseerNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }