Beispiel #1
0
        public bool GetNodeLifeTimes(int nodeId, ref int frameMin, ref int frameMax)
        {
            bool ret = EffekseerNativePINVOKE.Effect_GetNodeLifeTimes(swigCPtr, nodeId, ref frameMin, ref frameMax);

            if (EffekseerNativePINVOKE.SWIGPendingException.Pending)
            {
                throw EffekseerNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }