Example #1
0
 public void _notifyOwner(BillboardSet owner)
 {
     OgrePINVOKE.Billboard__notifyOwner(swigCPtr, BillboardSet.getCPtr(owner));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public Billboard(Vector3 position, BillboardSet owner) : this(OgrePINVOKE.new_Billboard__SWIG_2(Vector3.getCPtr(position), BillboardSet.getCPtr(owner)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }