Exemplo n.º 1
0
 public void DestroyComponent(EditorActorComponent inTarget)
 {
     EditorRendererPINVOKE.EditorActor_DestroyComponent(swigCPtr, EditorActorComponent.getCPtr(inTarget));
     if (EditorRendererPINVOKE.SWIGPendingException.Pending)
     {
         throw EditorRendererPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
    public EditorActorComponent GetComponent(string inName)
    {
        EditorActorComponent ret = new EditorActorComponent(EditorRendererPINVOKE.EditorActor_GetComponent(swigCPtr, inName), false);

        if (EditorRendererPINVOKE.SWIGPendingException.Pending)
        {
            throw EditorRendererPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(EditorActorComponent obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }