コード例 #1
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);
    }