示例#1
0
 public void _addDirtyBatch(InstanceBatch dirtyBatch)
 {
     OgrePINVOKE.InstanceManager__addDirtyBatch(swigCPtr, InstanceBatch.getCPtr(dirtyBatch));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public InstancedEntity(InstanceBatch batchOwner, uint instanceID) : this(OgrePINVOKE.new_InstancedEntity__SWIG_1(InstanceBatch.getCPtr(batchOwner), instanceID), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
 public InstancedEntity(InstanceBatch batchOwner, uint instanceID, InstancedEntity sharedTransformEntity) : this(OgrePINVOKE.new_InstancedEntity__SWIG_0(InstanceBatch.getCPtr(batchOwner), instanceID, InstancedEntity.getCPtr(sharedTransformEntity)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }